diff options
Diffstat (limited to 'test/FrontendAda/switch.adb')
-rw-r--r-- | test/FrontendAda/switch.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendAda/switch.adb b/test/FrontendAda/switch.adb index f214bca..0c83a2e 100644 --- a/test/FrontendAda/switch.adb +++ b/test/FrontendAda/switch.adb @@ -1,4 +1,4 @@ --- RUN: %llvmgcc -c %s +-- RUN: %llvmgcc -S %s function Switch (N : Integer) return Integer is begin case N is |