We don't care if TableGen leaks memory.
[oota-llvm.git] / test / TableGen / strconcat.td
index fc0d80596c92584ddeb068288c85f4aea5e1d0ca..38409a99dc4e6afc18b6e15f9ab208f87d0985fd 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: tblgen %s | grep fufoo
+// XFAIL: vg_leak
 
 class Y<string S> {
   string T = !strconcat(S, "foo");