summaryrefslogtreecommitdiff
path: root/test/TableGen/Slice.td
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-12-11 13:14:16 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-12-11 13:14:16 +0000
commitf38833c7adbdc58b8862835b22b0859c00e6796c (patch)
treeed80f9100f5586ee58db48a51bf7db96cca5ecab /test/TableGen/Slice.td
parent7fa22404855e996efb1963b9152505c9e1f27fd5 (diff)
downloadllvm-f38833c7adbdc58b8862835b22b0859c00e6796c.tar.gz
llvm-f38833c7adbdc58b8862835b22b0859c00e6796c.tar.bz2
llvm-f38833c7adbdc58b8862835b22b0859c00e6796c.tar.xz
llvm/test/TableGen: Remove XFAIL:vg_leak in dozen of tests, according to llvm-x86_64-linux-vg_leak.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169862 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/TableGen/Slice.td')
-rw-r--r--test/TableGen/Slice.td1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/TableGen/Slice.td b/test/TableGen/Slice.td
index 6d051d77c8..cec9fb65ca 100644
--- a/test/TableGen/Slice.td
+++ b/test/TableGen/Slice.td
@@ -1,6 +1,5 @@
// RUN: llvm-tblgen %s | grep "\[(set" | count 2
// RUN: llvm-tblgen %s | grep "\[\]" | count 2
-// XFAIL: vg_leak
class ValueType<int size, int value> {
int Size = size;