1
0
Fork 0
mirror of synced 2025-09-23 04:08:33 +00:00

fix format

This commit is contained in:
dark64 2022-08-30 14:12:20 +02:00
parent dd61b2f0c3
commit 643065402f
2 changed files with 15 additions and 16 deletions

View file

@ -1,5 +1,4 @@
{ {
"entry_point": "./tests/tests/no_return.zok", "entry_point": "./tests/tests/no_return.zok",
"tests": [ "tests": []
] }
}

View file

@ -1,15 +1,15 @@
{ {
"entry_point": "./tests/tests/shadowing.zok", "entry_point": "./tests/tests/shadowing.zok",
"tests": [ "tests": [
{ {
"input": { "input": {
"values": [] "values": []
}, },
"output": { "output": {
"Ok": { "Ok": {
"value": ["2", "84"] "value": ["2", "84"]
}
}
} }
] }
}
]
} }