diff --git a/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr b/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr index 0027da6c488..c275fee5d09 100644 --- a/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr +++ b/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -xc %s -c +// RUN: %llvmgcc -xc %s -c -o %t.o int test(_Bool pos, _Bool color) { return 0;