Merging r259649:
[oota-llvm.git] / test / TableGen / LazyChange.td
index 145fd0bb79f3c9a25cff6d8a275d5edd15c604dc..2ad6191c253590ddf85f1d8422b696a2a0c9b3eb 100644 (file)
@@ -1,5 +1,6 @@
-// RUN: tblgen %s | grep {int Y = 3}
+// RUN: llvm-tblgen %s | FileCheck %s
 
+// CHECK: int Y = 3
 
 class C {
   int X = 4;