Skip to content

Commit 1b25d23

Browse files
committed
C#: Align comments and actual test case.
1 parent d4f1fc7 commit 1b25d23

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def check_build_out(msg, s):
2626
check_build_out("Default reply", s)
2727

2828
# one argument, but `--`
29-
s = run_codeql_database_create_stdout(['dotnet clean', 'rm -rf test3-db', 'dotnet run hello'], "test4-db")
29+
s = run_codeql_database_create_stdout(['dotnet clean', 'rm -rf test3-db', 'dotnet run -- hello'], "test4-db")
3030
check_build_out("Default reply", s)
3131

3232
# two arguments, no `--`

0 commit comments

Comments
 (0)