[PM] Wire up the Verifier for the new pass manager and connect it to the
[oota-llvm.git] / test / TableGen / strconcat.td
index 38409a99dc4e6afc18b6e15f9ab208f87d0985fd..dfb1a94d82c8b25767f2f1d8770ad4fa51995966 100644 (file)
@@ -1,5 +1,6 @@
-// RUN: tblgen %s | grep fufoo
-// XFAIL: vg_leak
+// RUN: llvm-tblgen %s | FileCheck %s
+
+// CHECK: fufoo
 
 class Y<string S> {
   string T = !strconcat(S, "foo");