Skip to content
Snippets Groups Projects
Commit 8dee0ba7 authored by Lisa's avatar Lisa
Browse files

zeile entfernt

parent cb870720
No related branches found
No related tags found
1 merge request!5Fix missing operands
......@@ -33,7 +33,6 @@ TEST_CASE( "Test modulo function", "[calc]") {
REQUIRE( evaluate("51%") == 4 );
}
TEST_CASE("Test sqrt function", "[calc]") {
REQUIRE( evaluate("9sqrt") == 3 );
REQUIRE( evaluate("49sqrt") == 7 );
......
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