From d3ce646545c77612035adabb57ecd4e03d3950fa Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 8 May 2024 15:52:01 +0200 Subject: move temporary tests to be executed first --- test/zzz_test_misc.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test/zzz_test_misc.cpp') diff --git a/test/zzz_test_misc.cpp b/test/zzz_test_misc.cpp index 22e0f2fc..b9b7cf2d 100644 --- a/test/zzz_test_misc.cpp +++ b/test/zzz_test_misc.cpp @@ -5,11 +5,13 @@ namespace floormat { namespace { // tests go here -void test_foo() {} +void test_foo() +{ +} } // namespace -void Test::test_zzz_misc() +void Test::test_local() { test_foo(); } -- cgit v1.2.3