Fix a FIXME about the format and add a test.
[oota-llvm.git] / test / TableGen / defmclass.td
index 80f03b319426e42e8f0db62ce7e48c62d9bb09ec..6198c000fddcf6e3b19e75fd8fc3caf4ca5c8df2 100644 (file)
@@ -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 };