commit | b9849700ed30a871609ff663065ab2cd5c1705a4 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Nov 22 19:11:40 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Nov 22 19:11:40 2004 +0000 |
tree | 5947ae0ed0aaf5c198772fd2bb985757eca8195b | |
parent | baf790e8091c3e82225ee8ef462d600da3118944 [diff] [blame] |
These tests really are failing, do not let them accidentally be XPASS. Note that apparently 'failing command | succeeding command' is a fail on csh but not on sh. :( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18114 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CFrontend/2004-03-07-BitfieldCrash.c b/test/CFrontend/2004-03-07-BitfieldCrash.c index f94c17e..e82ea13 100644 --- a/test/CFrontend/2004-03-07-BitfieldCrash.c +++ b/test/CFrontend/2004-03-07-BitfieldCrash.c
@@ -1,4 +1,4 @@ -// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null +// RUN: %llvmgcc -S %s -o /dev/null /* * XFAIL: linux