[perl-Gtk2] Fix a test failure in t/tied-objects.t



commit c653ec11ab4066f1dfb94f601809b80e2c39efe5
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date:   Sat Oct 15 13:39:22 2011 +0200

    Fix a test failure in t/tied-objects.t

 t/tied-objects.t |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/t/tied-objects.t b/t/tied-objects.t
index 1557b68..a57f821 100644
--- a/t/tied-objects.t
+++ b/t/tied-objects.t
@@ -1,9 +1,9 @@
 #!/usr/bin/perl
 use strict;
 use warnings;
-use Glib qw/:constants/;
-use Gtk2 -init;
+
 use Tie::Hash;
+use Glib qw/:constants/;
 use Gtk2::TestHelper tests => 1;
 
 # Make sure a tied Glib::Object is handled normally.  Based on a test sent to



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]