Skip to content

Commit

Permalink
C#: Address review comment from previous PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnebel committed Nov 19, 2024
1 parent 95a8881 commit 3580982
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os

def check_build_out(msg, s):
lines = s.splitlines()
lines = s.splitlines()
assert (
any (("[build-stdout]" in line) and (msg in line) for line in lines)
Expand Down

0 comments on commit 3580982

Please sign in to comment.