diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-06 16:08:10 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-06 16:08:10 -0400 |
| commit | a11340e9d2466280fb22c277cc2e3893f0e9ee38 (patch) | |
| tree | 17417a5e4b7372d17db41c5394f3dd1337d19ee6 /test | |
| parent | 6782cc5570e194791ca6cdd695b88897e9145564 (diff) | |
Minor test fix
Diffstat (limited to 'test')
| -rw-r--r-- | test/optionals.tm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
