summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/namespaces.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2012-03-01 22:07:04 +0000
committerTed Kremenek <kremenek@apple.com>2012-03-01 22:07:04 +0000
commitc1e4dd0e8e6ec8b638bc87ee6dd55f114a4d0e2f (patch)
tree3ef4165164d5e48da3a9dee129d627e6e44f1889 /clang/test/Modules/namespaces.cpp
parent8dc53af5dcbbcbb00faf3ed3cc3e62c982007144 (diff)
downloadbcm5719-llvm-c1e4dd0e8e6ec8b638bc87ee6dd55f114a4d0e2f.tar.gz
bcm5719-llvm-c1e4dd0e8e6ec8b638bc87ee6dd55f114a4d0e2f.zip
Change @import to @__experimental_modules_import. We are not ready to commit to a particular syntax for modules,
and don't have time to push it forward in the near future. llvm-svn: 151841
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