aboutsummaryrefslogtreecommitdiffstats
path: root/test/TableGen/cast.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/cast.td')
-rw-r--r--test/TableGen/cast.td8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/TableGen/cast.td b/test/TableGen/cast.td
index b9e4b37..a8bd207 100644
--- a/test/TableGen/cast.td
+++ b/test/TableGen/cast.td
@@ -1,4 +1,10 @@
-// RUN: llvm-tblgen %s | grep "add_ps" | count 3
+// RUN: llvm-tblgen %s | FileCheck %s
+// XFAIL: vg_leak
+
+// CHECK: add_ps
+// CHECK: add_ps
+// CHECK: add_ps
+// CHECK-NOT: add_ps
class ValueType<int size, int value> {
int Size = size;