diff options
Diffstat (limited to 'src/tests/test_stream.cpp')
-rw-r--r-- | src/tests/test_stream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_stream.cpp b/src/tests/test_stream.cpp index 38a461998..1992fec3d 100644 --- a/src/tests/test_stream.cpp +++ b/src/tests/test_stream.cpp @@ -186,7 +186,7 @@ class Stream_Cipher_Tests final : public Text_Based_Test } }; -BOTAN_REGISTER_TEST("stream", Stream_Cipher_Tests); +BOTAN_REGISTER_TEST("stream", "stream", Stream_Cipher_Tests); #endif |