diff options
Diffstat (limited to 'llvm/test/TableGen/TwoLevelName.td')
-rw-r--r-- | llvm/test/TableGen/TwoLevelName.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/TableGen/TwoLevelName.td b/llvm/test/TableGen/TwoLevelName.td index e88696217f7..9c502f47550 100644 --- a/llvm/test/TableGen/TwoLevelName.td +++ b/llvm/test/TableGen/TwoLevelName.td @@ -1,4 +1,5 @@ // RUN: llvm-tblgen %s | FileCheck %s +// XFAIL: vg_leak class Type<string name, int length, int width> { string Name = name; |