Skip to content

Commit

Permalink
constrain operator definition
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGrulich committed Sep 15, 2024
1 parent fb1724c commit 8f4e690
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nautilus/test/execution-tests/ExecutionTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ void expressionTests(engine::NautilusEngine& engine) {
REQUIRE(f((char) 1) == (char) -2);
REQUIRE(f((char) CHAR_MAX) == (char) CHAR_MIN);
REQUIRE(f((char) CHAR_MIN) == (char) CHAR_MAX);

}

SECTION("callEnumFunction") {
Expand Down

0 comments on commit 8f4e690

Please sign in to comment.