Skip to content

Commit 12cc35c

Browse files
authored
Update test/runtests.jl
1 parent 0f3d319 commit 12cc35c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/runtests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ function include_with_method_redefinition_check(jl_filename)
4040
end
4141
contents = read(stderr_filename, String)
4242
print(stderr, contents)
43-
regex = r"WARNING: Method definition (.+?) in module (.+?) at (.+?) overwritten at (.+?)\n"
43+
regex =
44+
r"WARNING: Method definition (.+?) in module (.+?) at (.+?) overwritten at (.+?)\n"
4445
if match(regex, contents) !== nothing
4546
error("Found overwritten method")
4647
end

0 commit comments

Comments
 (0)