diff options
Diffstat (limited to 'test/Modules/templates.mm')
-rw-r--r-- | test/Modules/templates.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Modules/templates.mm b/test/Modules/templates.mm index 45417401d8..22f94caea6 100644 --- a/test/Modules/templates.mm +++ b/test/Modules/templates.mm @@ -3,8 +3,8 @@ // RUN: %clang_cc1 -x objective-c++ -fmodules -fmodule-cache-path %t -I %S/Inputs -emit-llvm %s -o - -Wno-objc-root-class | grep Emit | FileCheck %s // expected-no-diagnostics -@__experimental_modules_import templates_left; -@__experimental_modules_import templates_right; +@import templates_left; +@import templates_right; void testTemplateClasses() { |