aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/on-demand-macros.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/on-demand-macros.m')
-rw-r--r--test/Modules/on-demand-macros.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Modules/on-demand-macros.m b/test/Modules/on-demand-macros.m
index 8b50529f1a..208bb567ed 100644
--- a/test/Modules/on-demand-macros.m
+++ b/test/Modules/on-demand-macros.m
@@ -3,7 +3,7 @@
// RUN: %clang_cc1 -fmodules -fmodule-cache-path %t -F %S/Inputs -verify %s
// expected-no-diagnostics
-@__experimental_modules_import CmdLine;
+@import CmdLine;
void test() {
#ifdef FOO_RETURNS_INT_PTR