MCParser: introduce Note and use it for ARM AsmParser
[oota-llvm.git] / test / TableGen / LazyChange.td
index 8145a3ff8d38dbbaa6a8973a09e402db0a88c71e..2ad6191c253590ddf85f1d8422b696a2a0c9b3eb 100644 (file)
@@ -1,5 +1,6 @@
-// RUN: llvm-tblgen %s | grep {int Y = 3}
-// XFAIL: vg_leak
+// RUN: llvm-tblgen %s | FileCheck %s
+
+// CHECK: int Y = 3
 
 class C {
   int X = 4;