vala r1478 - in trunk: . tests



Author: juergbi
Date: Thu May 29 08:35:00 2008
New Revision: 1478
URL: http://svn.gnome.org/viewvc/vala?rev=1478&view=rev

Log:
2008-05-29  Juerg Billeter  <j bitron ch>

	* tests/arrays.vala:

	Test compilation of constant string arrays


Modified:
   trunk/ChangeLog
   trunk/tests/arrays.vala

Modified: trunk/tests/arrays.vala
==============================================================================
--- trunk/tests/arrays.vala	(original)
+++ trunk/tests/arrays.vala	Thu May 29 08:35:00 2008
@@ -307,3 +307,5 @@
 	}
 }
 
+const string[] const_string_array = { "hello", "world" };
+



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