Start using CHECK-LABEL in some tests.
[oota-llvm.git] / test / TableGen / MultiClassDefName.td
index 138c93d9bb0c408cc7e707bb377ae7a58bf37e54..75d6af5b42b966f1f374cf00091e403c49a61f16 100644 (file)
@@ -1,5 +1,4 @@
-// RUN: tblgen %s | grep WorldHelloCC | count 1
-// XFAIL: vg_leak
+// RUN: llvm-tblgen %s | grep WorldHelloCC | count 1
 
 class C<string n> {
   string name = n;