summaryrefslogtreecommitdiff
path: root/installed-tests/js/testGObjectDestructionAccess.js
diff options
context:
space:
mode:
Diffstat (limited to 'installed-tests/js/testGObjectDestructionAccess.js')
-rw-r--r--installed-tests/js/testGObjectDestructionAccess.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/installed-tests/js/testGObjectDestructionAccess.js b/installed-tests/js/testGObjectDestructionAccess.js
index 889cebd7..8f079afd 100644
--- a/installed-tests/js/testGObjectDestructionAccess.js
+++ b/installed-tests/js/testGObjectDestructionAccess.js
@@ -381,9 +381,7 @@ describe('Disposed or finalized GObject', function () {
file = null;
GLib.test_expect_message('Gjs', GLib.LogLevelFlags.LEVEL_CRITICAL,
- '*during garbage collection*');
- GLib.test_expect_message('Gjs', GLib.LogLevelFlags.LEVEL_CRITICAL,
- '*dispose*');
+ '*during garbage collection*offending callback was dispose()*');
System.gc();
GLib.test_assert_expected_messages_internal('Gjs', 'testGObjectDestructionAccess.js', 0,
'calls dispose vfunc on explicit disposal only');