diff options
author | Son Ho | 2023-03-07 12:35:07 +0100 |
---|---|---|
committer | Son HO | 2023-06-04 21:44:33 +0200 |
commit | 72c824f3d93a737b9b8a51fa6a7c3060d2d40597 (patch) | |
tree | 7e96449f2a0b77fa40c7f489e3e99cdde1802dda /tests | |
parent | 839c2f0f02788825455f46516d988c9fdb8cf6a7 (diff) |
Remove the tests/lean/hashmap_on_disk/Main.lean file
Diffstat (limited to '')
-rw-r--r-- | tests/lean/hashmap_on_disk/Main.lean | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/lean/hashmap_on_disk/Main.lean b/tests/lean/hashmap_on_disk/Main.lean deleted file mode 100644 index e87a933a..00000000 --- a/tests/lean/hashmap_on_disk/Main.lean +++ /dev/null @@ -1,10 +0,0 @@ -import Base.Primitives -import HashmapMain.Funs - -#eval hashmap_test1_fwd == .ret () - -def main : IO Unit := - if hashmap_test1_fwd == .ret () then - IO.println s!"Test OK" - else - throw (IO.userError s!"Test failed") |