Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
[oota-llvm.git] / test / TableGen / 2010-03-24-PrematureDefaults.td
index 24f6c93b3e17cf7d4f00b4e20471bdb084ab7d86..716a1d59008ce958eb0bfb7a5fb5b15455b9fe59 100644 (file)
@@ -1,5 +1,4 @@
 // RUN: llvm-tblgen %s | FileCheck %s
-// XFAIL: vg_leak
 
 class A<int k, bits<2> x = 1> {
   int K = k;