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

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Thu Oct 7 12:49:18 CDT 2010


Author: wozniak
Date: 2010-10-07 12:49:18 -0500 (Thu, 07 Oct 2010)
New Revision: 3663

Modified:
   trunk/tests/language/should-not-work/1151-bad-comment.swift
   trunk/tests/language/should-not-work/116-keyword-misuse-in.swift
   trunk/tests/language/should-not-work/117-empty-program.swift
   trunk/tests/language/should-not-work/case-broken2.swift
   trunk/tests/language/should-not-work/closes.swift
Log:
Add THIS-SCRIPT-SHOULD-FAIL


Modified: trunk/tests/language/should-not-work/1151-bad-comment.swift
===================================================================
--- trunk/tests/language/should-not-work/1151-bad-comment.swift	2010-10-07 17:30:11 UTC (rev 3662)
+++ trunk/tests/language/should-not-work/1151-bad-comment.swift	2010-10-07 17:49:18 UTC (rev 3663)
@@ -1 +1,4 @@
+
+// THIS-SCRIPT-SHOULD-FAIL
+
 /namedOutputs = waveletTransf(waveletScript, 101, "FB");

Modified: trunk/tests/language/should-not-work/116-keyword-misuse-in.swift
===================================================================
--- trunk/tests/language/should-not-work/116-keyword-misuse-in.swift	2010-10-07 17:30:11 UTC (rev 3662)
+++ trunk/tests/language/should-not-work/116-keyword-misuse-in.swift	2010-10-07 17:49:18 UTC (rev 3663)
@@ -1 +1,4 @@
+
+// THIS-SCRIPT-SHOULD-FAIL
+
 in a;

Modified: trunk/tests/language/should-not-work/117-empty-program.swift
===================================================================
--- trunk/tests/language/should-not-work/117-empty-program.swift	2010-10-07 17:30:11 UTC (rev 3662)
+++ trunk/tests/language/should-not-work/117-empty-program.swift	2010-10-07 17:49:18 UTC (rev 3663)
@@ -1 +1,4 @@
+
+// THIS-SCRIPT-SHOULD-FAIL
+
 ;

Modified: trunk/tests/language/should-not-work/case-broken2.swift
===================================================================
--- trunk/tests/language/should-not-work/case-broken2.swift	2010-10-07 17:30:11 UTC (rev 3662)
+++ trunk/tests/language/should-not-work/case-broken2.swift	2010-10-07 17:49:18 UTC (rev 3663)
@@ -1,4 +1,6 @@
 
+// THIS-SCRIPT-SHOULD-FAIL
+
 switch(d)
 {
     case 1:

Modified: trunk/tests/language/should-not-work/closes.swift
===================================================================
--- trunk/tests/language/should-not-work/closes.swift	2010-10-07 17:30:11 UTC (rev 3662)
+++ trunk/tests/language/should-not-work/closes.swift	2010-10-07 17:49:18 UTC (rev 3663)
@@ -1,2 +1,5 @@
+
+// THIS-SCRIPT-SHOULD-FAIL
+
 }}}}
 




More information about the Swift-commit mailing list