Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zdimension committed Oct 23, 2015
1 parent 5c40ee2 commit c70c62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.has
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func opTests()
println();

# basic operators
asserteq(13 + 8, 22, "should pass if addition result is correct");
asserteq(13 + 8, 21, "should pass if addition result is correct");
asserteq(29 - 56, -27, "should pass if substraction result is correct");
asserteq(36 / 3, 12, "should pass if division result is correct");
assertfail("38 / 0 == 1", "should fail (division by zero)");
Expand Down

0 comments on commit c70c62f

Please sign in to comment.