diff -r db443fc9ed8c test/access_in_record.ads
--- a/test/access_in_record.ads	Mon Sep 30 10:02:22 2013 +0100
+++ b/test/access_in_record.ads	Mon Sep 30 10:12:16 2013 +0100
@@ -1,11 +1,12 @@
---  Bugs reported by Simon Wright Sep 2013. Does not compile
-with Ada.Finalization;
-with Ada.Streams;
+--  Bugs reported by Simon Wright Sep 2013.
 package Access_In_Record is
 
+   type A;
+   type A_Finalizer (A_Access : access A) is null record;
+
    --  Indenting (A'Access) gives "wisi-indent-line: Wrong type argument: number-or-marker-p, nil"
    type A
-     is new Ada.Streams.Root_Stream_Type with record
+     is tagged limited record
         Finalizer : A_Finalizer
           (A'Access);
         Length    : Natural := 0;
