diff options
Diffstat (limited to 'test/TableGen/lisp.td')
-rw-r--r-- | test/TableGen/lisp.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TableGen/lisp.td b/test/TableGen/lisp.td index 025aca961cd5..dd85ddc67c94 100644 --- a/test/TableGen/lisp.td +++ b/test/TableGen/lisp.td @@ -1,4 +1,4 @@ -// RUN: llvm-tblgen %s | grep {} +// RUN: llvm-tblgen %s | grep "" // XFAIL: vg_leak class List<list<string> n> { |