From 70263025a5b6e7bf8a6d819b5df07924a5ca4c03 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Thu, 15 Dec 2022 14:42:58 +0100 Subject: [PATCH] :white_check_mark: update dict tests --- tests/dict/dict_remove.gw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dict/dict_remove.gw b/tests/dict/dict_remove.gw index 24aa2fcc..b6369f10 100644 --- a/tests/dict/dict_remove.gw +++ b/tests/dict/dict_remove.gw @@ -1,5 +1,5 @@ #! [contains] InvalidMapAccess -const Dict:[string, int] d; +var Dict:[string, int] d; 0 :=> d["foo"]; 1 :=> d["bar"]; 2 :=> d["baz"]; -- 2.43.0