diff options
Diffstat (limited to 'test/Modules/header-import.m')
-rw-r--r-- | test/Modules/header-import.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Modules/header-import.m b/test/Modules/header-import.m index 49549d0..baeb1d3 100644 --- a/test/Modules/header-import.m +++ b/test/Modules/header-import.m @@ -1,8 +1,8 @@ // RUN: rm -rf %t -// RUN: %clang_cc1 -fmodules -fmodule-cache-path %t -F %S/Inputs -I %S/Inputs -verify %s +// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -F %S/Inputs -I %S/Inputs -verify %s // expected-no-diagnostics #import "point.h" -@__experimental_modules_import Module; +@import Module; #import "point.h" |