aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/ada/acats/support/impbit.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/ada/acats/support/impbit.adb')
-rw-r--r--gcc/testsuite/ada/acats/support/impbit.adb6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/testsuite/ada/acats/support/impbit.adb b/gcc/testsuite/ada/acats/support/impbit.adb
deleted file mode 100644
index 5e189b06257..00000000000
--- a/gcc/testsuite/ada/acats/support/impbit.adb
+++ /dev/null
@@ -1,6 +0,0 @@
-with System;
-with Ada.Text_IO;
-procedure Impbit is
-begin
- Ada.Text_IO.Put_Line (System.Address'Size'Img);
-end Impbit;