summaryrefslogtreecommitdiffstats
path: root/test/Modules/header-import.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/header-import.m')
-rw-r--r--test/Modules/header-import.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Modules/header-import.m b/test/Modules/header-import.m
index 9996dc7..5444854 100644
--- a/test/Modules/header-import.m
+++ b/test/Modules/header-import.m
@@ -1,7 +1,7 @@
// RUN: rm -rf %t
-// RUN: %clang_cc1 -fmodule-cache-path %t -F %S/Inputs -I %S/Inputs -verify %s
+// RUN: %clang_cc1 -fmodules -fmodule-cache-path %t -F %S/Inputs -I %S/Inputs -verify %s
#import "point.h"
-__import_module__ Module;
+@__experimental_modules_import Module;
#import "point.h"
OpenPOWER on IntegriCloud