diff options
Diffstat (limited to 'test/TableGen/defmclass.td')
-rw-r--r-- | test/TableGen/defmclass.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/TableGen/defmclass.td b/test/TableGen/defmclass.td index 80f03b3194..6198c000fd 100644 --- a/test/TableGen/defmclass.td +++ b/test/TableGen/defmclass.td @@ -1,5 +1,4 @@ // RUN: llvm-tblgen %s | FileCheck %s -// XFAIL: vg_leak class XD { bits<4> Prefix = 11; } // CHECK: Prefix = { 1, 1, 0, 0 }; |