]> granicus.if.org Git - clang/commitdiff
still not relaxed enough.
authorAdrian Prantl <aprantl@apple.com>
Fri, 19 Apr 2013 21:52:06 +0000 (21:52 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 19 Apr 2013 21:52:06 +0000 (21:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179897 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/objc-fixed-enum.m

index 3f005c9a6df7d998c4ec81695cd1a2b51f6f1d2a..57cd861358c0bbf411c30b061167166dc582db0c 100644 (file)
@@ -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