diff options
Diffstat (limited to 'test/TableGen/LazyChange.td')
-rw-r--r-- | test/TableGen/LazyChange.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TableGen/LazyChange.td b/test/TableGen/LazyChange.td index 8145a3ff8d..306959ebb6 100644 --- a/test/TableGen/LazyChange.td +++ b/test/TableGen/LazyChange.td @@ -1,4 +1,4 @@ -// RUN: llvm-tblgen %s | grep {int Y = 3} +// RUN: llvm-tblgen %s | grep "int Y = 3" // XFAIL: vg_leak class C { |