diff options
Diffstat (limited to 'clang/test/Modules/templates.mm')
-rw-r--r-- | clang/test/Modules/templates.mm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Modules/templates.mm b/clang/test/Modules/templates.mm index e2d762c11e5..45417401d86 100644 --- a/clang/test/Modules/templates.mm +++ b/clang/test/Modules/templates.mm @@ -1,6 +1,7 @@ // RUN: rm -rf %t // RUN: %clang_cc1 -x objective-c++ -fmodules -fmodule-cache-path %t -I %S/Inputs -verify %s -Wno-objc-root-class // 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; |