Skip to content

Commit

Permalink
Fix compilation error in locking perf tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
heiberg committed Jan 4, 2016
1 parent 97894c1 commit 08c1a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FutureKitTests/LockPerformanceTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class LockPerformanceTests: BlockBasedTestCase {
thread.start()
}

self.expectationTestForFutureSuccess("threads", future: FutureBatchOf(f:futures).future)
self.expectationTestForFutureSuccess("threads", future: FutureBatchOf(futures:futures).future)
self.waitForExpectationsWithTimeout(600, handler: nil)
}

Expand Down

0 comments on commit 08c1a7f

Please sign in to comment.