XFAIL vg_leak the new test as the rest.
[oota-llvm.git] / test / TableGen / Slice.td
index cd9c6da1539841e552f56f405cb61110b7321fab..22bf7fbfe8cf3fdd3415dbade3bf59534ac4fdef 100644 (file)
@@ -1,5 +1,6 @@
 // RUN: tblgen %s | grep {\\\[(set} | count 2
 // RUN: tblgen %s | grep {\\\[\\\]} | count 2
+// XFAIL: vg_leak
 
 class ValueType<int size, int value> {
   int Size = size;