diff options
-rw-r--r-- | test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr b/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr index 0027da6c48..c275fee5d0 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; |