Skip to content

Commit

Permalink
Merge pull request #272 from morganchen12/typos
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
modocache committed Mar 25, 2016
2 parents d3ed3a3 + deb9c7f commit 31dd830
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Sources/Nimble/objc/CurrentTestCaseTracker.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ @implementation CurrentTestCaseTracker (Register)

+ (void)load {
CurrentTestCaseTracker *tracker = [CurrentTestCaseTracker sharedInstance];
// XCode 7.3 introduced a bug where early registration of a test observer prevented
// default XCTest test observer from being registered. That caused no longs being printed
// onto console, which in result broke several tools that relied on this.
// In order to go around the issue we're deferring registration to allow default
// Xcode 7.3 introduced a bug where early registration of a test observer prevented
// default XCTest test observer from being registered. That caused no logs being
// printed to console, which in result broke several tools that relied on this.
// In order to work around the issue we're deferring registration to allow default
// test observer to register first.
dispatch_async(dispatch_get_main_queue(), ^{
[[XCTestObservationCenter sharedTestObservationCenter] addTestObserver:tracker];
Expand Down

0 comments on commit 31dd830

Please sign in to comment.