summaryrefslogtreecommitdiff
path: root/tests/testset.vala
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testset.vala')
-rw-r--r--tests/testset.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testset.vala b/tests/testset.vala
index e2fc83f..eb07707 100644
--- a/tests/testset.vala
+++ b/tests/testset.vala
@@ -28,7 +28,7 @@ using Gee;
public abstract class SetTests : CollectionTests {
- public SetTests (string name) {
+ protected SetTests (string name) {
base (name);
add_test ("[Set] duplicates are ignored", test_duplicates_are_ignored);
}