Skip to content

Commit

Permalink
Remove a print from a test
Browse files Browse the repository at this point in the history
...
  • Loading branch information
helje5 committed Sep 19, 2023
1 parent 7aa4b1c commit 7350642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/EntityGenTests/ASTRecordMatcherGenerationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ final class ASTRecordMatcherGenerationTests: XCTestCase {
builder.generateExtension(e)
return builder.source
}()
print("GOT:\n-----\n\(source)\n-----")
//print("GOT:\n-----\n\(source)\n-----")

XCTAssertTrue(source.contains("func registerSwiftMatcher("))
XCTAssertTrue(source.contains("func unregisterSwiftMatcher("))
Expand Down

0 comments on commit 7350642

Please sign in to comment.