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