diff options
Diffstat (limited to 'llvm/test/FrontendC/2007-02-05-nested.c')
-rw-r--r-- | llvm/test/FrontendC/2007-02-05-nested.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/2007-02-05-nested.c b/llvm/test/FrontendC/2007-02-05-nested.c index be23f175c8c..bd6d30695ba 100644 --- a/llvm/test/FrontendC/2007-02-05-nested.c +++ b/llvm/test/FrontendC/2007-02-05-nested.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -S -fnested-functions -O0 -o - -emit-llvm %s +// RUN: %llvmgcc -S -fnested-functions -O0 -o - %s // PR915 extern void abort(void); |