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

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Sun Jul 3 16:40:53 CDT 2011


Author: hategan
Date: 2011-07-03 16:40:53 -0500 (Sun, 03 Jul 2011)
New Revision: 4752

Modified:
   trunk/tests/language/should-not-work/033-assign.swift
Log:
changed comment

Modified: trunk/tests/language/should-not-work/033-assign.swift
===================================================================
--- trunk/tests/language/should-not-work/033-assign.swift	2011-07-03 21:38:49 UTC (rev 4751)
+++ trunk/tests/language/should-not-work/033-assign.swift	2011-07-03 21:40:53 UTC (rev 4752)
@@ -1,6 +1,6 @@
 
 // THIS-SCRIPT-SHOULD-FAIL
-// Hangs waiting for a,b
+// ... because a is uninitialized (and so is b)
 
 int a,b;
 int i=(a + b) * 5;




More information about the Swift-commit mailing list