summaryrefslogtreecommitdiff
path: root/test/Index/pch-with-module.m
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2015-07-07 23:19:46 +0000
committerAdrian Prantl <aprantl@apple.com>2015-07-07 23:19:46 +0000
commitbf47af30766d8118bb48cc5963903bfcdf0d7ee3 (patch)
tree7baf95cda479d8ec5c09a04812cf2577a87fdac2 /test/Index/pch-with-module.m
parent476d33351fa2d77b032c3bde36dd880b4bc79d92 (diff)
downloadclang-bf47af30766d8118bb48cc5963903bfcdf0d7ee3.tar.gz
Revert r241620 and follow-up commits while investigating linux buildbot failures.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241642 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index/pch-with-module.m')
-rw-r--r--test/Index/pch-with-module.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Index/pch-with-module.m b/test/Index/pch-with-module.m
index 77262d5eb6..e839c811da 100644
--- a/test/Index/pch-with-module.m
+++ b/test/Index/pch-with-module.m
@@ -1,4 +1,3 @@
-// REQUIRES: x86-registered-target
// RUN: rm -rf %t.cache
// RUN: c-index-test -write-pch %t.h.pch %s -target x86_64-apple-macosx10.7 -fobjc-arc -fmodules-cache-path=%t.cache -fmodules -F %S/../Modules/Inputs -Xclang -fdisable-module-hash
// RUN: %clang -fsyntax-only %s -target x86_64-apple-macosx10.7 -include %t.h -fobjc-arc -fmodules-cache-path=%t.cache -fmodules -F %S/../Modules/Inputs \