diff options
| -rw-r--r-- | llvm/test/TableGen/Paste.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/TableGen/Paste.td b/llvm/test/TableGen/Paste.td index 33d61ccde12..a7e2a5b318b 100644 --- a/llvm/test/TableGen/Paste.td +++ b/llvm/test/TableGen/Paste.td @@ -1,4 +1,5 @@ // RUN: llvm-tblgen %s | FileCheck %s +// XFAIL: vg_leak class Instr<int i> { int index = i; |

