[Swift-commit] r3548 - trunk/tests/language/working
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Mon Aug 16 16:37:11 CDT 2010
Author: wozniak
Date: 2010-08-16 16:37:11 -0500 (Mon, 16 Aug 2010)
New Revision: 3548
Added:
trunk/tests/language/working/050-operators.swift
Removed:
trunk/tests/language/working/operators.swift
Log:
Rename operators test
This conflicted with the Swift lib operators.xml
Copied: trunk/tests/language/working/050-operators.swift (from rev 3532, trunk/tests/language/working/operators.swift)
===================================================================
--- trunk/tests/language/working/050-operators.swift (rev 0)
+++ trunk/tests/language/working/050-operators.swift 2010-08-16 21:37:11 UTC (rev 3548)
@@ -0,0 +1,5 @@
+
+boolean a = (1 != 2);
+
+int b = +3;
+
Deleted: trunk/tests/language/working/operators.swift
===================================================================
--- trunk/tests/language/working/operators.swift 2010-08-16 20:39:41 UTC (rev 3547)
+++ trunk/tests/language/working/operators.swift 2010-08-16 21:37:11 UTC (rev 3548)
@@ -1,5 +0,0 @@
-
-boolean a = (1 != 2);
-
-int b = +3;
-
More information about the Swift-commit
mailing list