summaryrefslogtreecommitdiffhomepage
path: root/test/zzz_test_misc.cpp
diff options
context:
space:
mode:
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();
}