Eliminate redundant CR moves on PPC32.
[oota-llvm.git] / test / TableGen / String.td
index d2ae451c295d9e4b3efc805f11db3602600c3a29..c71ed50f986072fb06927f6be1f34689f2e14a40 100644 (file)
@@ -1,4 +1,5 @@
-// RUN: tblgen %s 
+// RUN: llvm-tblgen %s 
+// XFAIL: vg_leak
 class x {
   string y = "missing terminating '\"' character";
 }