Covert this test to .s form.
[oota-llvm.git] / test / TableGen / String.td
index d2ae451c295d9e4b3efc805f11db3602600c3a29..fc0f5b8eb5464b54ebf463e5fa6b5a6c326d9f99 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: tblgen %s 
+// XFAIL: vg_leak
 class x {
   string y = "missing terminating '\"' character";
 }