From b8cc2cc8e0f9683df54909b4c12e702b92294e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Fri, 24 Feb 2023 01:28:05 +0100 Subject: testGObjectValue: Enable creating object with a string property This required GNOME/gobject-introspection!268 but that's now merged. --- installed-tests/js/testGObjectValue.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/installed-tests/js/testGObjectValue.js b/installed-tests/js/testGObjectValue.js index aab1e283..8b33d875 100644 --- a/installed-tests/js/testGObjectValue.js +++ b/installed-tests/js/testGObjectValue.js @@ -46,8 +46,6 @@ describe('GObject value (GValue)', function () { e !== 'gtype' && e !== 'instance' && e !== 'param' && - // Include string when gobject-introspection!268 is merged - e !== 'string' && e !== 'schar').concat([ 'boxed-struct', ]).reduce((ac, a) => ({ -- cgit v1.2.1