[Swift-commit] r4725 - trunk/tests/language/working

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Sat Jul 2 12:43:46 CDT 2011


Author: hategan
Date: 2011-07-02 12:43:46 -0500 (Sat, 02 Jul 2011)
New Revision: 4725

Modified:
   trunk/tests/language/working/014-mapper.swift
Log:
attempting to map multiple files to a piece of swift data with arity 1 fails, so use an array instead

Modified: trunk/tests/language/working/014-mapper.swift
===================================================================
--- trunk/tests/language/working/014-mapper.swift	2011-07-02 17:19:35 UTC (rev 4724)
+++ trunk/tests/language/working/014-mapper.swift	2011-07-02 17:43:46 UTC (rev 4725)
@@ -1,2 +1,2 @@
 type myfile;
-myfile v<simple_mapper;pattern="*">;
+myfile v[] <simple_mapper;pattern="*">;




More information about the Swift-commit mailing list