Revert "Debug info: On ARM ensure that the data sections come before the"
[oota-llvm.git] / test / TableGen / DefmInherit.td
index 46d3f62c6d04dea5065c79cc73752913cfe98839..bfbb43568b4346112c2a3a21271e85ad1d3ee703 100644 (file)
@@ -1,6 +1,12 @@
-// RUN: llvm-tblgen %s | grep "zing = 4" | count 4
+// RUN: llvm-tblgen %s | FileCheck %s
 // XFAIL: vg_leak
 
+// CHECK: zing = 4
+// CHECK: zing = 4
+// CHECK: zing = 4
+// CHECK: zing = 4
+// CHECK-NOT: zing = 4
+
 class C1<int A, string B> { 
   int bar = A;
   string thestr = B;