Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunon committed Mar 22, 2019
1 parent 9e22799 commit 17b4abe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/XCTAssertNoLeak/Front/XCTAssertNoLeak.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public func XCTAssertNoLeak(file: StaticString = #file, line: UInt = #line, _ ob
}

/// Generates a failure asynchronously if traversed objects are leaked.
/// The closure is executed synchronously and blocks while running.
///
/// - Parameters:
/// - f: The closure givven memory leak test context.
Expand Down Expand Up @@ -39,6 +40,7 @@ public func XCTAssertNoLeak(file: StaticString = #file, line: UInt = #line, _ ob
}

/// Generates a failure asynchronously if traversed objects are leaked.
/// The closure is executed synchronously and blocks while running.
///
/// - Parameters:
/// - f: The closure givven memory leak test context.
Expand Down Expand Up @@ -69,6 +71,7 @@ public func XCTAssertNoLeak(file: StaticString = #file, line: UInt = #line, _ ob
}

/// Generates a failure asynchronously if traversed objects are leaked.
/// The closure is executed synchronously and blocks while running.
///
/// - Parameters:
/// - f: The closure givven memory leak test context.
Expand Down

0 comments on commit 17b4abe

Please sign in to comment.