mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-29 14:42:01 +00:00
llvm/test/TableGen/*Foreach*.td: Remove XFAIL:vg_leak. They have not been failing since r215176.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215445 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0dbff88f4e
commit
87d7e906ce
@ -1,5 +1,4 @@
|
||||
// RUN: llvm-tblgen %s | FileCheck %s
|
||||
// XFAIL: vg_leak
|
||||
|
||||
class Register<string name, int idx> {
|
||||
string Name = name;
|
||||
|
@ -1,5 +1,4 @@
|
||||
// RUN: llvm-tblgen %s | FileCheck %s
|
||||
// XFAIL: vg_leak
|
||||
|
||||
class Register<string name, int idx> {
|
||||
string Name = name;
|
||||
|
@ -1,5 +1,4 @@
|
||||
// RUN: llvm-tblgen %s | FileCheck %s
|
||||
// XFAIL: vg_leak
|
||||
|
||||
class Droid<string series, int release, string model, int patchlevel> {
|
||||
string Series = series;
|
||||
|
@ -1,5 +1,4 @@
|
||||
// RUN: llvm-tblgen %s | FileCheck %s
|
||||
// XFAIL: vg_leak
|
||||
|
||||
class Set<int i = 0, int j = 0, int k = 0> {
|
||||
int I = i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user