diff options
-rw-r--r-- | test/CFrontend/2005-06-15-ExpandGotoInternalProblem.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CFrontend/2005-06-15-ExpandGotoInternalProblem.c b/test/CFrontend/2005-06-15-ExpandGotoInternalProblem.c index 0b49f52b1f..d7d03badfd 100644 --- a/test/CFrontend/2005-06-15-ExpandGotoInternalProblem.c +++ b/test/CFrontend/2005-06-15-ExpandGotoInternalProblem.c @@ -1,4 +1,5 @@ -// RUN: %llvmgcc -std=c99 %s -S -o - | gccas -o /dev/null +// RUN: %llvmgcc -std=c99 %s -S -o - | llvm-as | \ +// RUN: opt -std-compile-opts -disable-output // PR580 int X, Y; |