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

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Wed Nov 24 11:03:13 CST 2010


Author: wozniak
Date: 2010-11-24 11:03:13 -0600 (Wed, 24 Nov 2010)
New Revision: 3723

Modified:
   trunk/tests/language/should-not-work/119-missing-semi.swift
Log:
Script should fail


Modified: trunk/tests/language/should-not-work/119-missing-semi.swift
===================================================================
--- trunk/tests/language/should-not-work/119-missing-semi.swift	2010-11-24 17:02:17 UTC (rev 3722)
+++ trunk/tests/language/should-not-work/119-missing-semi.swift	2010-11-24 17:03:13 UTC (rev 3723)
@@ -1,10 +1,13 @@
+
+// THIS-SCRIPT-SHOULD-FAIL
+
 type file {};
-type student {  
-  file name;  
-  file age;  
-  file gpa;  
-}  
-app (file t) getname(string n) { 
+type student {
+  file name;
+  file age;
+  file gpa;
+}
+app (file t) getname(string n) {
         echo n stdout=@filename(t);
 }
 




More information about the Swift-commit mailing list