aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2013-04-19 21:52:06 +0000
committerAdrian Prantl <aprantl@apple.com>2013-04-19 21:52:06 +0000
commita0e3df7288a83271105de390ffc3a0e6aef72993 (patch)
tree330a7a7b7ca90f2dea79e2b640e847e6d2bcb60a
parent7018070d16986d853f1e3be36a65d9f68e0fdff5 (diff)
still not relaxed enough.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179897 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenObjC/objc-fixed-enum.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/objc-fixed-enum.m b/test/CodeGenObjC/objc-fixed-enum.m
index 3f005c9a6d..57cd861358 100644
--- a/test/CodeGenObjC/objc-fixed-enum.m
+++ b/test/CodeGenObjC/objc-fixed-enum.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple armv7-apple-darwin10 -g -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -g -emit-llvm -o - %s | FileCheck %s
// The DWARF standard says the underlying data type of an enum may be
// stored in an DW_AT_type entry in the enum DIE. This is useful to have