Consolidate some of the lit tests.
[oota-llvm.git] / test / TableGen / lisp.td
index 025aca961cd55da1e9525f55d11a1b1a7ce15e19..efe00022f51d0f8cc1ea0d94540caad43b6a1eeb 100644 (file)
@@ -1,5 +1,4 @@
-// RUN: llvm-tblgen %s | grep {}
-// XFAIL: vg_leak
+// RUN: llvm-tblgen %s | grep ""
 
 class List<list<string> n> {
   list<string> names = n;