[vala/staging] test: Drop workaround for fixed bug with compact classes
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/staging] test: Drop workaround for fixed bug with compact classes
- Date: Mon, 15 Jan 2018 14:05:48 +0000 (UTC)
commit 4d013091873477029e4e2b3305076bf9e3b89581
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Mon Jan 15 14:54:27 2018 +0100
test: Drop workaround for fixed bug with compact classes
https://bugzilla.gnome.org/show_bug.cgi?id=533977
tests/objects/classes.vala | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/tests/objects/classes.vala b/tests/objects/classes.vala
index a89f475..24c45ed 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 {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]