Added dictionary key mustfail test

This commit is contained in:
2023-01-08 12:58:02 +00:00
parent 9ad2a6cf2e
commit 08b400debf
3 changed files with 9 additions and 1 deletions

View File

@@ -128,7 +128,8 @@ int main() {
//run each file in tests/scripts/
char* filenames[] = {
"declare-types-array.toy",
"declare-types-dictionary.toy",
"declare-types-dictionary-key.toy",
"declare-types-dictionary-value.toy",
NULL
};