vala-tests r51 - trunk/tests/bugs



Author: juergbi
Date: Thu Nov 20 21:15:41 2008
New Revision: 51
URL: http://svn.gnome.org/viewvc/vala-tests?rev=51&view=rev

Log:
Fix test case for bug 443514 to only test described bug


Modified:
   trunk/tests/bugs/443514.vala

Modified: trunk/tests/bugs/443514.vala
==============================================================================
--- trunk/tests/bugs/443514.vala	(original)
+++ trunk/tests/bugs/443514.vala	Thu Nov 20 21:15:41 2008
@@ -7,6 +7,6 @@
 		l.append ("1");
 		l.append ("2");
 		l.append ("3");
-		ll.append(l.copy ());
+		ll.append(#l);
 	}
-}
\ No newline at end of file
+}



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