XFAIL this test since the fix was reverted.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79235 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan Sands 2009-08-17 12:20:45 +00:00
parent 5321debc86
commit afc4940466

View File

@ -1,4 +1,5 @@
// RUN: %llvmgxx %s -S -emit-llvm -o - | grep _Z1az\(\.\.\.\)
// XFAIL: *
// PR4678
void a(...) {
}