vala-tests r43 - trunk/tests/bugs



Author: juergbi
Date: Sat Oct 25 05:56:36 2008
New Revision: 43
URL: http://svn.gnome.org/viewvc/vala-tests?rev=43&view=rev

Log:
Fix test case for bug 516287


Modified:
   trunk/tests/bugs/516287.vala

Modified: trunk/tests/bugs/516287.vala
==============================================================================
--- trunk/tests/bugs/516287.vala	(original)
+++ trunk/tests/bugs/516287.vala	Sat Oct 25 05:56:36 2008
@@ -12,7 +12,7 @@
 
 public class FunWithConstants : GLib.Object
 {
-	public static string test_c = "Item D" + " + " + "Item E";
+	public const string test_c = "Item D" + " + " + "Item E";
 	
 	public string test = "String1" + "String2" + "String3";
 



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