From 1fa7617ed282d8737a7545f571bad9a8be43f2a2 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Mon, 15 Jan 2018 14:54:27 +0100 Subject: [PATCH] test: Drop workaround for fixed bug with compact classes https://bugzilla.gnome.org/show_bug.cgi?id=533977 --- tests/objects/classes.vala | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/objects/classes.vala b/tests/objects/classes.vala index a89f475e6..24c45edb4 100644 --- a/tests/objects/classes.vala +++ b/tests/objects/classes.vala @@ -10,9 +10,6 @@ class CompactClassWithDestructor { ~CompactClassWithDestructor () { stdout.printf ("~CompactClassWithDestructor\n"); } - - /* FIXME bug 533977 */ - public char dummy; } class DerivedClass : CompactClass { -- 2.47.2