diff options
Diffstat (limited to 'test/Modules/modify-module.m')
-rw-r--r-- | test/Modules/modify-module.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Modules/modify-module.m b/test/Modules/modify-module.m index b630ac1058..422d3c3e97 100644 --- a/test/Modules/modify-module.m +++ b/test/Modules/modify-module.m @@ -13,7 +13,7 @@ // RUN: echo 'int getA(); int getA2();' > %t/include/A.h // RUN: %clang_cc1 -fmodule-cache-path %t/cache -fmodules -I %t/include %s -verify -@__experimental_modules_import B; +@import B; int getValue() { return getA() + getB(); } |