summaryrefslogtreecommitdiff
path: root/test/TableGen/strconcat.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/strconcat.td')
-rw-r--r--test/TableGen/strconcat.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/TableGen/strconcat.td b/test/TableGen/strconcat.td
index 85ee831b4d..0173c49365 100644
--- a/test/TableGen/strconcat.td
+++ b/test/TableGen/strconcat.td
@@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | grep fufoo
-// XFAIL: vg_leak
class Y<string S> {
string T = !strconcat(S, "foo");