Index: test/Driver/XRay/xray-instrument-cpu.c =================================================================== --- test/Driver/XRay/xray-instrument-cpu.c +++ 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: test/Driver/XRay/xray-instrument-os.c =================================================================== --- test/Driver/XRay/xray-instrument-os.c +++ 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;