Skip to content

Commit 6635f3e

Browse files
authored
Fix syntax
1 parent 91c47b0 commit 6635f3e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

test/runtests.jl

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ end
250250
if Sys.iswindows()
251251
@info "Skipping the examples/MyLib test on Windows"
252252
@test_skip false
253-
else
253+
elseif
254254
if Sys.isapply()
255255
@info "Skipping the examples/MyLib test on macOS"
256256
@test_skip false
@@ -287,8 +287,7 @@ end
287287
my_run(`$(GNUMake_jll.make()) build-library`)
288288
my_run(`$(GNUMake_jll.make()) build-executable`)
289289
my_run(`$(GNUMake_jll.make()) clean`)
290-
291-
end
292-
end
293-
end # testset
294-
end
290+
end # cd
291+
end # if-elseif-else-end
292+
end # testset "examples/MyLib"
293+
end # testset "PackageCompiler.jl"

0 commit comments

Comments
 (0)