diff options
Diffstat (limited to 'test/FrontendC/2003-11-04-OutOfMemory.c')
-rw-r--r-- | test/FrontendC/2003-11-04-OutOfMemory.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/FrontendC/2003-11-04-OutOfMemory.c b/test/FrontendC/2003-11-04-OutOfMemory.c deleted file mode 100644 index 40cb6c2e21e4..000000000000 --- a/test/FrontendC/2003-11-04-OutOfMemory.c +++ /dev/null @@ -1,9 +0,0 @@ -// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null - -void schedule_timeout(signed long timeout) -{ - switch (timeout) - { - case ((long)(~0UL>>1)): break; - } -} |