Skip to content

Commit

Permalink
change comments
Browse files Browse the repository at this point in the history
  • Loading branch information
daizutabi committed May 19, 2024
1 parent 8ad178a commit 489689a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/testintegration.jl
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ end
@info "maybe_throw: task failed sucessfully!"
end
if Sys.iswindows()
@info "maybe_throw: task doesn't fail in Windows."
@info "maybe_throw: task doesn't fail on Windows."
@test status.exitcode == 0
else
@test status === -1
Expand Down
2 changes: 1 addition & 1 deletion test/testintegration_windows.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Currently, `StaticTools.stderrp()` used in `test/scripts` doesn't work in Windows.
# Currently, `StaticTools.stderrp()` used in `test/scripts` doesn't work on Windows.
# This temporary file deletes `stderrp()` and run tests.

mkpath("scripts_windows")
Expand Down

0 comments on commit 489689a

Please sign in to comment.