diff options
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/tests.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tests/tests.h b/src/tests/tests.h index 193f7e06d..36a6d4862 100644 --- a/src/tests/tests.h +++ b/src/tests/tests.h @@ -432,8 +432,7 @@ class Test * Register the test with the runner */ #define BOTAN_REGISTER_TEST(type, Test_Class) \ - namespace { Test::Registration reg_ ## Test_Class ## _tests(type, new Test_Class); } \ - BOTAN_FORCE_SEMICOLON + Test::Registration reg_ ## Test_Class ## _tests(type, new Test_Class) /* * A test based on reading an input file which contains key/value pairs |