diff options
Diffstat (limited to 'test/test_lib.hpp')
-rw-r--r-- | test/test_lib.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_lib.hpp b/test/test_lib.hpp index f5fa017..cf7b841 100644 --- a/test/test_lib.hpp +++ b/test/test_lib.hpp @@ -4,7 +4,7 @@ #include "test_lib_api.hpp" -namespace test { +namespace test_ns { typedef void (*F)(); @@ -16,4 +16,4 @@ TEST_LIB_API void baz(F); TEST_LIB_API void print_call_stack(); -} // namespace test +} // namespace test_ns |