Fix PR2096, a regression introduced with my patch last night. This
[oota-llvm.git] / test / CFrontend / 2002-07-17-StringConstant.c
index 1c323f1f0965b5c5be9f293b05d8b1bd58afa6f5..8a392033f39280d8a479483aad004f5d00ec4e64 100644 (file)
@@ -1,2 +1,4 @@
+// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
+
 
 char * foo() { return "\\begin{"; }