diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-11-03 07:49:31 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-11-03 07:49:31 +0000 |
commit | fd5cd99a387dae7acc3023b757ab289430308fc9 (patch) | |
tree | f63158f96727247600a55cc0bfcae767b759bd30 /test/Driver | |
parent | 94943b6d913718216a95a91864040ffc11a1d779 (diff) | |
download | clang-fd5cd99a387dae7acc3023b757ab289430308fc9.tar.gz |
XFAIL Driver/hello.c on Windows.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85885 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver')
-rw-r--r-- | test/Driver/hello.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Driver/hello.c b/test/Driver/hello.c index 7dbe9c74f9..ead0d07b57 100644 --- a/test/Driver/hello.c +++ b/test/Driver/hello.c @@ -6,6 +6,10 @@ // RUN: %t > %t.out && // RUN: grep "I'm a little driver, short and stout." %t.out +// FIXME: We don't have a usable assembler on Windows, so we can't build real +// apps yet. +// XFAIL: win32 + #include <stdio.h> int main() { |