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