XFAIL vg_leak the new test as the rest.
[oota-llvm.git] / test / FrontendC / 2005-01-02-PointerDifference.c
index a351da2ed8c8cadf2e8e216cd60c4d76c5a89583..2c108e5f6cac4c1dd58ad104a4571871fee201b2 100644 (file)
@@ -1,3 +1,3 @@
-// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep -v div
+// RUN: %llvmgcc -xc %s -S -o - | grep -v div
 
 int Diff(int *P, int *Q) { return P-Q; }