mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
llvm/test/TableGen/*Foreach*.td: Remove XFAIL:vg_leak. They have not been failing since r215176.
llvm-svn: 215445
This commit is contained in:
parent
2ea6736c23
commit
8eeeb20d11
@ -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