Fix mention of current version in test (#4169)
This commit is contained in:
parent
836157a924
commit
09b59d030d
Binary file not shown.
Before Width: | Height: | Size: 237 B |
@ -136,8 +136,8 @@
|
|||||||
|
|
||||||
--- dict-from-module ---
|
--- dict-from-module ---
|
||||||
// Test dictionary constructor
|
// Test dictionary constructor
|
||||||
#dictionary(sys).at("version")
|
#test(type(dictionary(sys).at("version")), version)
|
||||||
#dictionary(sys).at("no-crash", default: none)
|
#test(dictionary(sys).at("no-crash", default: none), none)
|
||||||
|
|
||||||
--- dict-remove-order ---
|
--- dict-remove-order ---
|
||||||
// Test that removal keeps order.
|
// Test that removal keeps order.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user