Revert r198208 and reapply:
[oota-llvm.git] / test / TableGen / ListOfList.td
index 6fe0e89ed89fcda7339406db70de9d3da2ce9e26..56f964e8685c011eebe8095196b88c12e05d8687 100644 (file)
@@ -1,6 +1,5 @@
-// RUN tblgen %s | FileCheck %s
-
-// RUN: 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"