Try to appease a buildbot
[oota-llvm.git] / test / TableGen / ListOfList.td
index 864401ec3cd32f7bcca302c436a2de67fc581b33..56f964e8685c011eebe8095196b88c12e05d8687 100644 (file)
@@ -1,6 +1,4 @@
-// RUN llvm-tblgen %s | FileCheck %s
-
-// RUN: llvm-tblgen %s | grep "foo" | count 1
+// RUN: llvm-tblgen %s | FileCheck %s
 // XFAIL: vg_leak
 
 class Base<string t> {
@@ -12,3 +10,4 @@ class Derived<list<list<string>> thetext> : Base<thetext[0][0]>;
 def FOO : Derived<[["foo"]]>;
 
 // CHECK: text = "foo"
+// CHECK-NOT: text = "foo"