XFAIL this test since the fix was reverted.

llvm-svn: 79235
This commit is contained in:
Duncan Sands 2009-08-17 12:20:45 +00:00
parent d87648a850
commit 5a70e1e37e
1 changed files with 1 additions and 0 deletions

View File

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