summaryrefslogtreecommitdiffstats
path: root/test/PCH/subscripting-literals.m
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2015-02-25 02:44:04 +0000
committerAdrian Prantl <aprantl@apple.com>2015-02-25 02:44:04 +0000
commit9f65c5634036e08cee3ab904b1e3a23990a2caa0 (patch)
treec11c417e51caa207941044dfdbc08be42f4e9916 /test/PCH/subscripting-literals.m
parentd68bbb9e7a282ca31b30f26b7d5d1aee436cdd25 (diff)
Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230454 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/PCH/subscripting-literals.m')
-rw-r--r--test/PCH/subscripting-literals.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/PCH/subscripting-literals.m b/test/PCH/subscripting-literals.m
index 0153239972..1675373441 100644
--- a/test/PCH/subscripting-literals.m
+++ b/test/PCH/subscripting-literals.m
@@ -1,7 +1,6 @@
// RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o %t.nopch.ll %s
// RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-pch -o %t.pch %s
// RUN: %clang_cc1 -triple x86_64-apple-darwin -emit-llvm -o %t.pch.ll %s -include-pch %t.pch
-// REQUIRES: x86-registered-target
// RUN: diff %t.nopch.ll %t.pch.ll
#ifndef HEADER