diff options
| author | Ted Kremenek <kremenek@apple.com> | 2012-03-01 22:07:04 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2012-03-01 22:07:04 +0000 |
| commit | c1e4dd0e8e6ec8b638bc87ee6dd55f114a4d0e2f (patch) | |
| tree | 3ef4165164d5e48da3a9dee129d627e6e44f1889 /clang/test/Modules/diamond.c | |
| parent | 8dc53af5dcbbcbb00faf3ed3cc3e62c982007144 (diff) | |
| download | bcm5719-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/diamond.c')
| -rw-r--r-- | clang/test/Modules/diamond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/diamond.c b/clang/test/Modules/diamond.c index 1d8902101ee..076eec4bf26 100644 --- a/clang/test/Modules/diamond.c +++ b/clang/test/Modules/diamond.c @@ -3,7 +3,7 @@ // in diamond-bottom.h: expected-note{{passing argument to parameter 'x' here}} -@import diamond_bottom; +@__experimental_modules_import diamond_bottom; void test_diamond(int i, float f, double d, char c) { top(&i); |

