Index: cfe/trunk/test/Driver/XRay/xray-instrument-cpu.c =================================================================== --- cfe/trunk/test/Driver/XRay/xray-instrument-cpu.c +++ cfe/trunk/test/Driver/XRay/xray-instrument-cpu.c @@ -1,4 +1,4 @@ -// RUN: not %clang -v -fxray-instrument -c %s +// RUN: not %clang -o /dev/null -v -fxray-instrument -c %s // XFAIL: amd64-, x86_64-, x86_64h-, arm // REQUIRES: linux typedef int a; Index: cfe/trunk/test/Driver/XRay/xray-instrument-os.c =================================================================== --- cfe/trunk/test/Driver/XRay/xray-instrument-os.c +++ cfe/trunk/test/Driver/XRay/xray-instrument-os.c @@ -1,4 +1,4 @@ -// RUN: not %clang -v -fxray-instrument -c %s +// RUN: not %clang -o /dev/null -v -fxray-instrument -c %s // XFAIL: -linux- // REQUIRES-ANY: amd64, x86_64, x86_64h, arm typedef int a;