[mips] Expand tabs in test/MC/Mips/mips-relocations.s
[oota-llvm.git] / test / TableGen / ListOfList.td
index adf9fe483eb48d80f9012b5635200b48267c20b4..56f964e8685c011eebe8095196b88c12e05d8687 100644 (file)
@@ -1,6 +1,5 @@
-// 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> {
   string text = t;
@@ -11,3 +10,4 @@ class Derived<list<list<string>> thetext> : Base<thetext[0][0]>;
 def FOO : Derived<[["foo"]]>;
 
 // CHECK: text = "foo"
+// CHECK-NOT: text = "foo"