summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/templates-2.mm
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/templates-2.mm')
-rw-r--r--clang/test/Modules/templates-2.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/templates-2.mm b/clang/test/Modules/templates-2.mm
index 8a752f76133..1fe14104da7 100644
--- a/clang/test/Modules/templates-2.mm
+++ b/clang/test/Modules/templates-2.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_top;
struct TestEmitDefaultedSpecialMembers {
OpenPOWER on IntegriCloud