summaryrefslogtreecommitdiff
path: root/test/FrontendAda/non_bitfield.ads
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendAda/non_bitfield.ads')
-rw-r--r--test/FrontendAda/non_bitfield.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendAda/non_bitfield.ads b/test/FrontendAda/non_bitfield.ads
index 8f5845adb431..8a49d46f6b42 100644
--- a/test/FrontendAda/non_bitfield.ads
+++ b/test/FrontendAda/non_bitfield.ads
@@ -1,4 +1,4 @@
--- RUN: %llvmgcc -c %s
+-- RUN: %llvmgcc -S %s
package Non_Bitfield is
type SP is access String;
type E is (A, B, C);