diff options
Diffstat (limited to 'test/FrontendC/2005-06-15-ExpandGotoInternalProblem.c')
-rw-r--r-- | test/FrontendC/2005-06-15-ExpandGotoInternalProblem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2005-06-15-ExpandGotoInternalProblem.c b/test/FrontendC/2005-06-15-ExpandGotoInternalProblem.c index d7d03badfd..0f076c9bf7 100644 --- a/test/FrontendC/2005-06-15-ExpandGotoInternalProblem.c +++ b/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 |