summaryrefslogtreecommitdiff
path: root/tests/testmultimap.vala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testmultimap.vala')
-rw-r--r--tests/testmultimap.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testmultimap.vala b/tests/testmultimap.vala
index 0531be6..c8bd4da 100644
--- a/tests/testmultimap.vala
+++ b/tests/testmultimap.vala
@@ -28,7 +28,7 @@ using Gee;
public abstract class MultiMapTests : Gee.TestCase {
- public MultiMapTests (string name) {
+ protected MultiMapTests (string name) {
base (name);
add_test ("[MultiMap] type correctness", test_type_correctness);
add_test ("[MultiMap] size", test_size);