summaryrefslogtreecommitdiffhomepage
path: root/test/zzz_test_misc.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-05-08 15:52:01 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-05-08 15:55:46 +0200
commitd3ce646545c77612035adabb57ecd4e03d3950fa (patch)
tree9f7857561962ec20ff27b3404292eff88acce184 /test/zzz_test_misc.cpp
parentec5555d7dcd5fe9f53cf2f2e462bf0506f40625b (diff)
move temporary tests to be executed first
Diffstat (limited to 'test/zzz_test_misc.cpp')
-rw-r--r--test/zzz_test_misc.cpp6
1 files changed, 4 insertions, 2 deletions
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();
}