aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-03-29 11:12:37 -0400
committerJack Lloyd <[email protected]>2017-03-29 11:12:37 -0400
commit8d4d05a593a88eaaa1946560da308627c1bffe3e (patch)
treee7e39a0641a97a340089dd43e8c248fae82c76a4 /src
parent2a2dbe2bfd5e37eeb3b4d072a2ef217bc910ce55 (diff)
Add missing override annotation
Diffstat (limited to 'src')
-rw-r--r--src/tests/test_passhash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_passhash.cpp b/src/tests/test_passhash.cpp
index 05f53780a..6eae25f8d 100644
--- a/src/tests/test_passhash.cpp
+++ b/src/tests/test_passhash.cpp
@@ -46,7 +46,7 @@ class Bcrypt_Tests : public Text_Based_Test
return result;
}
- std::vector<Test::Result> run_final_tests()
+ std::vector<Test::Result> run_final_tests() override
{
Test::Result result("bcrypt");