[SystemZ] Add test missing from r186148
[oota-llvm.git] / test / TableGen / ListOfList.td
index 565a99cf5fe2833ab8369973349ea1edf79e773e..adf9fe483eb48d80f9012b5635200b48267c20b4 100644 (file)
@@ -1,7 +1,6 @@
 // RUN llvm-tblgen %s | FileCheck %s
 
-// RUN: llvm-tblgen %s | grep {foo} | count 1
-// XFAIL: vg_leak
+// RUN: llvm-tblgen %s | grep "foo" | count 1
 
 class Base<string t> {
   string text = t;