af68c929f1bc — Chris Cannam 2 years ago
Size -> Empty (in previous commit)
1 files changed, 2 insertions(+), 2 deletions(-)

M test.sml
M test.sml +2 -2
@@ 905,7 905,7 @@ functor PersistentCommonTestFn (ARG : PE
                              (A.toList (#1 (A.popEnd (A.fromList [ "a" ]))),
                               [])
                  andalso
-                 ((A.popEnd (A.fromList []); false) handle Size => true)
+                 ((A.popEnd (A.fromList []); false) handle Empty => true)
              end
         ),
         ( "foldli",

          
@@ 1189,7 1189,7 @@ structure PersistentQueueTest :> TESTS =
                              (Q.toList (#1 (Q.popStart (Q.fromList [ "a" ]))),
                               [])
                  andalso
-                 ((Q.popStart (Q.fromList []); false) handle Size => true)
+                 ((Q.popStart (Q.fromList []); false) handle Empty => true)
              end
         ),
         ( "queue-forward",