vala r1478 - in trunk: . tests
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1478 - in trunk: . tests
- Date: Thu, 29 May 2008 08:35:00 +0000 (UTC)
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]