diff options
Diffstat (limited to 'test/FrontendC/2006-01-23-FileScopeAsm.c')
-rw-r--r-- | test/FrontendC/2006-01-23-FileScopeAsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2006-01-23-FileScopeAsm.c b/test/FrontendC/2006-01-23-FileScopeAsm.c index fb55a41e87..80e7195562 100644 --- a/test/FrontendC/2006-01-23-FileScopeAsm.c +++ b/test/FrontendC/2006-01-23-FileScopeAsm.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc %s -S -o - | llvm-as | opt -std-compile-opts | \ +// RUN: %llvmgcc %s -S -o - | opt -std-compile-opts | \ // RUN: llvm-dis | grep {foo\[12345\]} | count 5 __asm__ ("foo1"); |