summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/templates.mm
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/templates.mm')
-rw-r--r--clang/test/Modules/templates.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/templates.mm b/clang/test/Modules/templates.mm
index d60b873d0f3..f52e6876996 100644
--- a/clang/test/Modules/templates.mm
+++ b/clang/test/Modules/templates.mm
@@ -2,7 +2,7 @@
// RUN: %clang_cc1 -triple x86_64-linux-gnu -std=c++11 -x objective-c++ -fmodules -fmodules-cache-path=%t -I %S/Inputs -verify %s -Wno-objc-root-class
// RUN: %clang_cc1 -triple x86_64-linux-gnu -std=c++11 -x objective-c++ -fmodules -fmodules-cache-path=%t -I %S/Inputs -emit-llvm %s -o - -Wno-objc-root-class | FileCheck %s
// expected-no-diagnostics
-
+// REQUIRES: x86-registered-target
@import templates_left;
void testInlineRedeclEarly() {
OpenPOWER on IntegriCloud