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

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Thu Jul 7 13:57:30 CDT 2011


Author: hategan
Date: 2011-07-07 13:57:30 -0500 (Thu, 07 Jul 2011)
New Revision: 4798

Added:
   trunk/tests/language/working/015-mapper-literal.in
Modified:
   trunk/tests/language/working/015-mapper-literal.swift
Log:
it should be an error condition if the mapped input file is missing, so make sure it is there

Added: trunk/tests/language/working/015-mapper-literal.in
===================================================================
Modified: trunk/tests/language/working/015-mapper-literal.swift
===================================================================
--- trunk/tests/language/working/015-mapper-literal.swift	2011-07-07 18:40:32 UTC (rev 4797)
+++ trunk/tests/language/working/015-mapper-literal.swift	2011-07-07 18:57:30 UTC (rev 4798)
@@ -1,2 +1,2 @@
 type myfile;
-myfile v<"literalfilename.txt">;
+myfile v<"015-mapper-literal.in">;




More information about the Swift-commit mailing list