Skip to content
This repository was archived by the owner on Jun 7, 2020. It is now read-only.

Commit 37a690e

Browse files
committed
Repair tests
1 parent d01892a commit 37a690e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ifj2017/tests/04_expressions/30.code

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
' Divide priority 2 (fail types)
1+
' Divide priority 2
22
scope
33
print 7\(4/2);
44
end scope

ifj2017/tests/04_expressions/tests.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@
6868
},
6969
{
7070
"name": "27",
71-
"compiler_exit_code": 4
71+
"stdout": " 25000"
7272
},
7373
{
7474
"name": "28",
75-
"compiler_exit_code": 4
75+
"stdout": " 3333333"
7676
},
7777
{
7878
"name": "30",
79-
"compiler_exit_code": 4
79+
"stdout": " 3"
8080
}
8181
]
82-
}
82+
}

0 commit comments

Comments
 (0)