Fix test suppressed in r166683 on 32-bit Linux

llvm-svn: 166758
This commit is contained in:
Alexey Samsonov 2012-10-26 07:01:51 +00:00
parent 60f0bd4944
commit 8bece2e957
1 changed files with 1 additions and 5 deletions

View File

@ -1,9 +1,5 @@
// RUN: %clang_cc1 %s -g -S -emit-llvm -o - | FileCheck %s
// FIXME: Failing on i686.
// XFAIL: *
// RUN: %clang_cc1 -triple i686-linux %s -g -S -emit-llvm -o - | FileCheck %s
struct A {
virtual void f();
};
@ -18,4 +14,4 @@ struct C : A, B {
void C::f() { }
// CHECK: [ DW_TAG_subprogram ] [line 15] [def] [_ZThn8_N1C1fEv]
// CHECK: [ DW_TAG_subprogram ] [line 15] [def] [_ZThn{{4|8}}_N1C1fEv]