aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/ada/acats/support/impbit.adb
diff options
context:
space:
mode:
authorNo Author <no-author@gcc.gnu.org>2004-09-06 23:10:03 +0000
committerNo Author <no-author@gcc.gnu.org>2004-09-06 23:10:03 +0000
commit7e6169afde15bbc2c2f6b75ecda481b3d066aa69 (patch)
tree619acdd70e8157f403dcfd3c310ba279ebf991a7 /gcc/testsuite/ada/acats/support/impbit.adb
parent19220ca6aa79921cc431e41f25986e16410c7a6a (diff)
This commit was manufactured by cvs2svn to create tagreleases/gcc-3.4.2
'gcc_3_4_2_release'. From-SVN: r87129
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;