Skip to content

Commit 489689a

Browse files
committed
change comments
1 parent 8ad178a commit 489689a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/testintegration.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ end
304304
@info "maybe_throw: task failed sucessfully!"
305305
end
306306
if Sys.iswindows()
307-
@info "maybe_throw: task doesn't fail in Windows."
307+
@info "maybe_throw: task doesn't fail on Windows."
308308
@test status.exitcode == 0
309309
else
310310
@test status === -1

test/testintegration_windows.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Currently, `StaticTools.stderrp()` used in `test/scripts` doesn't work in Windows.
1+
# Currently, `StaticTools.stderrp()` used in `test/scripts` doesn't work on Windows.
22
# This temporary file deletes `stderrp()` and run tests.
33

44
mkpath("scripts_windows")

0 commit comments

Comments
 (0)