[Swift-commit] r3719 - in trunk/tests/language: should-not-work working
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Wed Nov 24 10:57:34 CST 2010
Author: wozniak
Date: 2010-11-24 10:57:34 -0600 (Wed, 24 Nov 2010)
New Revision: 3719
Added:
trunk/tests/language/should-not-work/0341-whitespace.swift
Removed:
trunk/tests/language/working/0341-whitespace.swift
Log:
Script should fail
Copied: trunk/tests/language/should-not-work/0341-whitespace.swift (from rev 3718, trunk/tests/language/working/0341-whitespace.swift)
===================================================================
--- trunk/tests/language/should-not-work/0341-whitespace.swift (rev 0)
+++ trunk/tests/language/should-not-work/0341-whitespace.swift 2010-11-24 16:57:34 UTC (rev 3719)
@@ -0,0 +1,30 @@
+
+// THIS-SCRIPT-SHOULD-FAIL
+// Hangs waiting for a,b
+// Same as 033-assign
+
+int a;
+
+
+
+ int
+b;
+
+int
+
+
+
+
+
+ i =( a + /* dfdfsdfds*/ b ) //
+ * 5
+
+
+
+
+
+;
+
+
+
+
Deleted: trunk/tests/language/working/0341-whitespace.swift
===================================================================
--- trunk/tests/language/working/0341-whitespace.swift 2010-11-24 16:57:08 UTC (rev 3718)
+++ trunk/tests/language/working/0341-whitespace.swift 2010-11-24 16:57:34 UTC (rev 3719)
@@ -1,30 +0,0 @@
-
-// THIS-SCRIPT-SHOULD-FAIL
-// Hangs waiting for a,b
-// Same as 033-assign
-
-int a;
-
-
-
- int
-b;
-
-int
-
-
-
-
-
- i =( a + /* dfdfsdfds*/ b ) //
- * 5
-
-
-
-
-
-;
-
-
-
-
More information about the Swift-commit
mailing list