diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/CFrontend/2003-02-12-NonlocalGoto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CFrontend/2003-02-12-NonlocalGoto.c b/test/CFrontend/2003-02-12-NonlocalGoto.c index 81d97e0..3be48df 100644 --- a/test/CFrontend/2003-02-12-NonlocalGoto.c +++ b/test/CFrontend/2003-02-12-NonlocalGoto.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -S %s -o /dev/null +// RUN: %llvmgcc -S %s -o /dev/null -fnested-functions // XFAIL: * /* It is unlikely that LLVM will ever support nested functions, but if it does, |