From 8f4e6901d1b9997148972c629656e53949d6bd34 Mon Sep 17 00:00:00 2001 From: Philipp Grulich Date: Sun, 15 Sep 2024 10:35:59 +0200 Subject: [PATCH] constrain operator definition --- nautilus/test/execution-tests/ExecutionTest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/nautilus/test/execution-tests/ExecutionTest.cpp b/nautilus/test/execution-tests/ExecutionTest.cpp index 4fd9d6ff..984d554c 100644 --- a/nautilus/test/execution-tests/ExecutionTest.cpp +++ b/nautilus/test/execution-tests/ExecutionTest.cpp @@ -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") {