From ff57ba526f8f1d08241316b7b805e83ce1c68a29 Mon Sep 17 00:00:00 2001 From: pannous Date: Mon, 25 Dec 2023 13:12:28 +0100 Subject: [PATCH] testPolymorphism OK testTypedFunctions broke --- source/tests.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/tests.cpp b/source/tests.cpp index 1f82908e..33fc6f1a 100644 --- a/source/tests.cpp +++ b/source/tests.cpp @@ -3268,6 +3268,7 @@ void testCurrent() { testPolymorphism(); testTypedFunctions(); testTypes(); + // x // assert_emit("√3^2", 3) // testSinus(); testDom();