summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/namespaces.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/namespaces.cpp')
-rw-r--r--clang/test/Modules/namespaces.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Modules/namespaces.cpp b/clang/test/Modules/namespaces.cpp
index b60f75cff60..a51c65992eb 100644
--- a/clang/test/Modules/namespaces.cpp
+++ b/clang/test/Modules/namespaces.cpp
@@ -7,8 +7,8 @@ namespace N6 {
namespace N8 { }
-@import namespaces_left;
-@import namespaces_right;
+@__experimental_modules_import namespaces_left;
+@__experimental_modules_import namespaces_right;
void test() {
int &ir1 = N1::f(1);
OpenPOWER on IntegriCloud