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 cc6db5bc6..219d58e4b 100644 --- a/src/tests/test_stream.cpp +++ b/src/tests/test_stream.cpp @@ -39,7 +39,7 @@ class Stream_Cipher_Tests final : public Text_Based_Test if(providers.empty()) { - result.note_missing("block cipher " + algo); + result.note_missing("stream cipher " + algo); return result; } |