diff --git a/test/Test/Property/TestListSet.flix b/test/Test/Property/TestListSet.flix index 00e997d..a0fe385 100644 --- a/test/Test/Property/TestListSet.flix +++ b/test/Test/Property/TestListSet.flix @@ -20,7 +20,7 @@ mod JonathanStarup.Test.Property.TestListSet { use Abort.abort def runCrash(f: Unit -> Unit \ ef): Bool \ ef + IO - Abort = - run {f(); true} with Abort { + run {f(); true} with handler Abort { def abort(msg, _) = { println("Test failed: ${msg}"); false