Skip to content

Commit b2b2723

Browse files
gh-171: Fix test passing/inv-return-type.pre.
1 parent 5427771 commit b2b2723

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
ASSERT(EQ(TYPE(INV(<"one" = 0d1>)), "MAP"))MAP: m = <"a" = "x">
2-
3-
ASSERT(EQ(TYPE(INV(m)), "MAP"))
1+
ASSERT(EQ(TYPE(INV(<"one" = 0d1>)), "MAP"))
2+
MAP: m = <"a" = "x">
3+
ASSERT(EQ(TYPE(INV(m)), "MAP"))

0 commit comments

Comments
 (0)