Skip to content

Commit 8042ef7

Browse files
committed
Renames files to say that they handle Deletion
That's all
1 parent b6c2d1d commit 8042ef7

4 files changed

+2
-2
lines changed
File renamed without changes.

2-3Trees/dictionary_test.grace 2-3Trees/dictionaryWithDelete_test.grace

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import "gUnit" as gU
22
import "random" as random
3-
import "dictionary" as z
3+
import "dictionaryWithDelete" as z
44
import "collections" as collections
55

66
def td = object {
File renamed without changes.

2-3Trees/twoThreeTree_test.grace 2-3Trees/twoThreeTreeWithDelete_test.grace

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dialect "minitest"
2-
import "twoThreeTree" as twoThreeTree
2+
import "twoThreeTreeWithDelete" as twoThreeTree
33
import "random" as random
44
import "io" as io
55

0 commit comments

Comments
 (0)