[Swift-commit] r3669 - trunk/tests/language/should-not-work

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Thu Oct 7 16:28:39 CDT 2010


Author: wozniak
Date: 2010-10-07 16:28:39 -0500 (Thu, 07 Oct 2010)
New Revision: 3669

Added:
   trunk/tests/language/should-not-work/201-hang.swift
Log:
Test that causes Swift to hang


Added: trunk/tests/language/should-not-work/201-hang.swift
===================================================================
--- trunk/tests/language/should-not-work/201-hang.swift	                        (rev 0)
+++ trunk/tests/language/should-not-work/201-hang.swift	2010-10-07 21:28:39 UTC (rev 3669)
@@ -0,0 +1,8 @@
+
+// THIS-SCRIPT-SHOULD-FAIL
+
+int i;
+int j;
+
+j = i;
+




More information about the Swift-commit mailing list