Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
[oota-llvm.git] / test / TableGen / strconcat.td
index 85ee831b4dae6cc918bb1a4449f3e134ccb5f404..0173c49365cce29f3def4981352bbf4cb2064374 100644 (file)
@@ -1,5 +1,4 @@
 // RUN: llvm-tblgen %s | grep fufoo
-// XFAIL: vg_leak
 
 class Y<string S> {
   string T = !strconcat(S, "foo");