mirror of
https://github.com/Smaug123/fsharp-vectors
synced 2025-10-07 12:28:40 +00:00
Fix test
This commit is contained in:
@@ -19,7 +19,7 @@ module TestVector =
|
||||
v2 |> Vector.toList |> shouldEqual ["bye" ; "hi"]
|
||||
|
||||
match Vector.empty with
|
||||
| Empty () -> failwith ""
|
||||
| Empty () -> ()
|
||||
//| Vec (a, b) -> failwith "" -- doesn't compile
|
||||
|
||||
match v1 with
|
||||
|
Reference in New Issue
Block a user