test cases/vala: Fix test 14

pull/10038/head
Mark Bolhuis 3 years ago committed by Xavier Claessens
parent 5a4177523e
commit 7559ba2db9
  1. 2
      test cases/vala/14 target glib version and gresources/test.vala

@ -9,7 +9,7 @@ public class TestWidget : Box {
}
[GtkChild]
private Entry entry;
private unowned Entry entry;
public TestWidget (string text) {
this.text = text;

Loading…
Cancel
Save