diff options
-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() { |