Change the { } expression in tablegen to accept sized binary literals which are not...
[oota-llvm.git] / test / TableGen / String.td
index c71ed50f986072fb06927f6be1f34689f2e14a40..576ba818f383e544289c8d69995f4c7411e8b2af 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: llvm-tblgen %s 
-// XFAIL: vg_leak
+
 class x {
   string y = "missing terminating '\"' character";
 }