Skip to content
Snippets Groups Projects
Commit 28656afc authored by Jacek Galowicz's avatar Jacek Galowicz
Browse files

Merge branch 'master' into 'master'

fixed failing test case

See merge request jg943598/rpn_collab!2
parents 9011d049 900a3e08
No related branches found
No related tags found
No related merge requests found
......@@ -10,5 +10,5 @@ TEST_CASE( "some example calculations", "[calc]") {
TEST_CASE( "Test modulo function", "[calc]") {
REQUIRE( evaluate("11%") == 0 );
REQUIRE( evaluate("32%") == 1 );
REQUIRE( evaluate("51%") == 4 );
REQUIRE( evaluate("51%") == 0 );
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment