llvm/test/TableGen: Remove XFAIL:vg_leak in dozen of tests, according to llvm-x86_64...
[oota-llvm.git] / test / TableGen / subst.td
index 850ac38465c393d63f5cb330a549cb59571b60cd..e265b44cf328a60edb83a3050e3451ae1b1f9524 100644 (file)
@@ -4,7 +4,6 @@
 // RUN: llvm-tblgen %s | grep "LAST" | count 1
 // RUN: llvm-tblgen %s | grep "TVAR" | count 2
 // RUN: llvm-tblgen %s | grep "Bogus" | count 1
-// XFAIL: vg_leak
 
 class Honorific<string t> {
   string honorific = t;