diff options
Diffstat (limited to 'test/FrontendC/2002-01-24-ComplexSpaceInType.c')
-rw-r--r-- | test/FrontendC/2002-01-24-ComplexSpaceInType.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2002-01-24-ComplexSpaceInType.c b/test/FrontendC/2002-01-24-ComplexSpaceInType.c index 9559d5b37b79..13d92c7306ee 100644 --- a/test/FrontendC/2002-01-24-ComplexSpaceInType.c +++ b/test/FrontendC/2002-01-24-ComplexSpaceInType.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null +// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null // This caused generation of the following type name: // %Array = uninitialized global [10 x %complex int] |