From a11340e9d2466280fb22c277cc2e3893f0e9ee38 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 6 Apr 2025 16:08:10 -0400 Subject: Minor test fix --- test/optionals.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/optionals.tm b/test/optionals.tm index d81d065f..1ec3c415 100644 --- a/test/optionals.tm +++ b/test/optionals.tm @@ -259,7 +259,7 @@ func main() = 5 do - >> value := if var : Int? = none: + >> value := if var : Int? = none var else 0 -- cgit v1.2.3