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
This commit is contained in:
NAKAMURA Takumi
2012-12-11 13:14:16 +00:00
parent 7fa2240485
commit f38833c7ad
36 changed files with 0 additions and 36 deletions

View File

@@ -1,5 +1,4 @@
// RUN: llvm-tblgen %s | grep ""
// XFAIL: vg_leak
class List<list<string> n> {
list<string> names = n;