dsymutil: Don't prune forward declarations inside of an imported TAG_module
[oota-llvm.git] / test / TableGen / ListOfList.td
index 565a99cf5fe2833ab8369973349ea1edf79e773e..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"