aboutsummaryrefslogtreecommitdiff
path: root/test/TableGen/String.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/String.td')
-rw-r--r--test/TableGen/String.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TableGen/String.td b/test/TableGen/String.td
index c71ed50f9860..576ba818f383 100644
--- a/test/TableGen/String.td
+++ b/test/TableGen/String.td
@@ -1,5 +1,5 @@
// RUN: llvm-tblgen %s
-// XFAIL: vg_leak
+
class x {
string y = "missing terminating '\"' character";
}