Skip to content

Commit 6c40d4e

Browse files
committed
remove additional warning in runtests
1 parent 87680a5 commit 6c40d4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ import ParallelStencil: SUPPORTED_PACKAGES, PKG_CUDA, PKG_AMDGPU, PKG_METAL, PKG
5555
excludedfiles = [ "test_excluded.jl", "test_incremental_compilation.jl", "test_revise.jl"]; # TODO: test_incremental_compilation has to be deactivated until Polyester support released
5656

5757
const STDERR_SUPPRESSION_RULES = (
58-
(name="metadata method overwrite warnings", start=r"^WARNING: Method definition .*###META.* overwritten.*$", stop=nothing),
58+
(name="metadata method overwrite warnings", start=r"^WARNING: Method definition (?:.*###META.*|var\"#\d+\".*) overwritten.*$", stop=nothing),
5959
(name="[T]Data module replacement warnings", start=r"^WARNING: replacing module [T]?Data\.$", stop=nothing),
6060
(name="Metal OS support warnings", start=r"^┌ Error: Metal\.jl is only supported on macOS$", stop=r"^└ @ Metal .*$"),
6161
)

0 commit comments

Comments
 (0)