diff options
Diffstat (limited to 'test/stdsearch.myr')
-rw-r--r-- | test/stdsearch.myr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/stdsearch.myr b/test/stdsearch.myr index c6f0231..3e3ac53 100644 --- a/test/stdsearch.myr +++ b/test/stdsearch.myr @@ -20,6 +20,7 @@ const expect = {a, b | `std.None: match b | `std.Some x: std.fatal(1, "Expected `std.None, `std.None, got `std.None, `std.Some %i\n", x) + | `std.None: /* nothing */ ;; | `std.Some x: match b |