Add a missing target requirement.
authorAdrian Prantl <aprantl@apple.com>
Wed, 25 Feb 2015 01:52:10 +0000 (01:52 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 25 Feb 2015 01:52:10 +0000 (01:52 +0000)
llvm-svn: 230430

clang-tools-extra/test/pp-trace/pp-trace-modules.cpp

index 5e9e1de..202b5ed 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: rm -rf %t
 // RUN: pp-trace -ignore FileChanged,MacroDefined %s -x objective-c++ -undef -target x86_64 -std=c++11 -fmodules -fcxx-modules -fmodules-cache-path=%t -I%S -I%S/Input | FileCheck --strict-whitespace %s
-
+// REQUIRES: x86-registered-target
 // CHECK: ---
 
 @import Level1A;