Skip to content

Commit

Permalink
Mark swift_test's test_observer library as testonly.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 509902273
  • Loading branch information
allevato authored and swiple-rules-gardener committed Feb 15, 2023
1 parent 7f5fbf8 commit d44c3c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/test_observer/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ load(

swift_library(
name = "test_observer",
testonly = 1,
srcs = [
"BazelXMLTestObserver.swift",
"BazelXMLTestObserverRegistration.swift",
Expand Down

1 comment on commit d44c3c5

@brentleyjones
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.