summaryrefslogtreecommitdiff
path: root/test/Driver/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Driver/hello.c')
-rw-r--r--test/Driver/hello.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Driver/hello.c b/test/Driver/hello.c
index 7dbe9c74f9c5..ead0d07b57ce 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() {