[Swift-commit] r3718 - trunk/tests/language/working
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Wed Nov 24 10:57:08 CST 2010
Author: wozniak
Date: 2010-11-24 10:57:08 -0600 (Wed, 24 Nov 2010)
New Revision: 3718
Modified:
trunk/tests/language/working/0341-whitespace.swift
Log:
Script should fail
Modified: trunk/tests/language/working/0341-whitespace.swift
===================================================================
--- trunk/tests/language/working/0341-whitespace.swift 2010-11-24 16:55:37 UTC (rev 3717)
+++ trunk/tests/language/working/0341-whitespace.swift 2010-11-24 16:57:08 UTC (rev 3718)
@@ -1,7 +1,12 @@
- int a;
+// THIS-SCRIPT-SHOULD-FAIL
+// Hangs waiting for a,b
+// Same as 033-assign
+int a;
+
+
int
b;
More information about the Swift-commit
mailing list