Skip to content

Commit f60f82e

Browse files
Remove lingering ++ in A+ tests
1 parent a217841 commit f60f82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Promises:A+ Specs/2.2.6.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class Test2261: XCTestCase {
6666
promise.then { value -> Void in
6767
XCTAssertEqual(value, sentinel)
6868
x += 1
69-
XCTAssertEqual(++x, 3)
69+
XCTAssertEqual(x, 3)
7070
ee[2].fulfill()
7171
throw Error.Dummy
7272
}

0 commit comments

Comments
 (0)