Skip to content
This repository was archived by the owner on Jul 27, 2024. It is now read-only.

Commit 79b7f19

Browse files
committed
Fix tests compilation error
1 parent 60a37c3 commit 79b7f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public abstract class Gee.TestCase : Object {
55

66
public delegate void TestMethod ();
77

8-
public TestCase (string name) {
8+
protected TestCase (string name) {
99
this.suite = new GLib.TestSuite (name);
1010
}
1111

0 commit comments

Comments
 (0)