[Swift-commit] r3137 - trunk/libexec

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Sat Oct 10 20:58:09 CDT 2009


Author: hategan
Date: 2009-10-10 20:58:08 -0500 (Sat, 10 Oct 2009)
New Revision: 3137

Modified:
   trunk/libexec/_swiftwrap.vbs
Log:
removed testing stuff

Modified: trunk/libexec/_swiftwrap.vbs
===================================================================
--- trunk/libexec/_swiftwrap.vbs	2009-10-11 01:55:46 UTC (rev 3136)
+++ trunk/libexec/_swiftwrap.vbs	2009-10-11 01:58:08 UTC (rev 3137)
@@ -6,13 +6,6 @@
 MandatoryArg = True
 OptionalArg = False
 
-'WScript.Echo("-ab-:" + prepareOne("ab"))
-'WScript.Echo("-a b-:" + prepareOne("a b"))
-'WScript.Echo("-a\b-:" + prepareOne("a\b"))
-'WScript.Echo("-a""b-:" + prepareOne("a""b"))
-'WScript.Echo("-a\""b-:" + prepareOne("a\""b"))
-'WScript.Echo("-a\\b-:" + prepareOne("a\\b"))
-'WScript.Echo("-a\\""b-:" + prepareOne("a\\""b"))
 
 Sub fail(message, code)
 	log message




More information about the Swift-commit mailing list