[Swift-commit] r3499 - trunk/tests
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Fri Aug 6 17:51:32 CDT 2010
Author: wozniak
Date: 2010-08-06 17:51:32 -0500 (Fri, 06 Aug 2010)
New Revision: 3499
Modified:
trunk/tests/array_wildcard.swift
Log:
Fix to test case
Modified: trunk/tests/array_wildcard.swift
===================================================================
--- trunk/tests/array_wildcard.swift 2010-08-06 22:45:43 UTC (rev 3498)
+++ trunk/tests/array_wildcard.swift 2010-08-06 22:51:32 UTC (rev 3499)
@@ -8,6 +8,4 @@
}
string greetings[] = ["how","are","you"];
-file hw = echo(greetings);
-
-
+file hw = echo_wildcard(greetings);
More information about the Swift-commit
mailing list