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