Skip to content

Commit 3580982

Browse files
committed
C#: Address review comment from previous PR.
1 parent 95a8881 commit 3580982

File tree

1 file changed

+0
-1
lines changed
  • csharp/ql/integration-tests/all-platforms/dotnet_build

1 file changed

+0
-1
lines changed

csharp/ql/integration-tests/all-platforms/dotnet_build/test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import os
22

33
def check_build_out(msg, s):
4-
lines = s.splitlines()
54
lines = s.splitlines()
65
assert (
76
any (("[build-stdout]" in line) and (msg in line) for line in lines)

0 commit comments

Comments
 (0)