[Swift-commit] r6100 - in trunk/tests: language/working language-behaviour/IO
davidk at ci.uchicago.edu
davidk at ci.uchicago.edu
Tue Dec 11 11:43:36 CST 2012
Author: davidk
Date: 2012-12-11 11:43:35 -0600 (Tue, 11 Dec 2012)
New Revision: 6100
Removed:
trunk/tests/language-behaviour/IO/q7.swift
trunk/tests/language/working/q7.swift
Log:
Removing two invalid tests from suite (bug #891)
Deleted: trunk/tests/language/working/q7.swift
===================================================================
--- trunk/tests/language/working/q7.swift 2012-12-05 20:21:35 UTC (rev 6099)
+++ trunk/tests/language/working/q7.swift 2012-12-11 17:43:35 UTC (rev 6100)
@@ -1,16 +0,0 @@
-type file {}
-
-(file t) echo (string s) {
- app {
- echo s stdout=@filename(t);
- }
-}
-
-string outputNames[] = ["one", "two", "three"];
-
-file outputFiles[] <array_mapper;files=outputNames>;
-
-foreach f in outputFiles {
- f = echo("hello");
-}
-
Deleted: trunk/tests/language-behaviour/IO/q7.swift
===================================================================
--- trunk/tests/language-behaviour/IO/q7.swift 2012-12-05 20:21:35 UTC (rev 6099)
+++ trunk/tests/language-behaviour/IO/q7.swift 2012-12-11 17:43:35 UTC (rev 6100)
@@ -1,14 +0,0 @@
-type file {}
-
-app (file t) echo (string s) {
- echo s stdout=@filename(t);
-}
-
-string outputNames[]= ["one", "two", "three"];
-
-file outputFiles[] <array_mapper;files=outputNames>;
-
-foreach f in outputFiles {
- f = echo("hello");
-}
-
More information about the Swift-commit
mailing list