We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f3d319 commit 12cc35cCopy full SHA for 12cc35c
test/runtests.jl
@@ -40,7 +40,8 @@ function include_with_method_redefinition_check(jl_filename)
40
end
41
contents = read(stderr_filename, String)
42
print(stderr, contents)
43
- regex = r"WARNING: Method definition (.+?) in module (.+?) at (.+?) overwritten at (.+?)\n"
+ regex =
44
+ r"WARNING: Method definition (.+?) in module (.+?) at (.+?) overwritten at (.+?)\n"
45
if match(regex, contents) !== nothing
46
error("Found overwritten method")
47
0 commit comments