diff options
Diffstat (limited to 'test/TableGen/Include.td')
-rw-r--r-- | test/TableGen/Include.td | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/TableGen/Include.td b/test/TableGen/Include.td index 29ed515..8783638 100644 --- a/test/TableGen/Include.td +++ b/test/TableGen/Include.td @@ -1,4 +1,5 @@ -// RUN: tblgen -I %p %s +// RUN: llvm-tblgen -I %p %s +// XFAIL: vg_leak def BeforeInclude; include "Include.inc" |