diff options
Diffstat (limited to 'llvm/test/FrontendC/2005-06-15-ExpandGotoInternalProblem.c')
| -rw-r--r-- | llvm/test/FrontendC/2005-06-15-ExpandGotoInternalProblem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/2005-06-15-ExpandGotoInternalProblem.c b/llvm/test/FrontendC/2005-06-15-ExpandGotoInternalProblem.c index d7d03badfdd..0f076c9bf79 100644 --- a/llvm/test/FrontendC/2005-06-15-ExpandGotoInternalProblem.c +++ b/llvm/test/FrontendC/2005-06-15-ExpandGotoInternalProblem.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -std=c99 %s -S -o - | llvm-as | \ +// RUN: %llvmgcc -std=c99 %s -S -o - | \ // RUN: opt -std-compile-opts -disable-output // PR580 |

