File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -133,9 +133,9 @@ my_stable_add_undecorated(y) = my_add(y)
133
133
@test_throws AssertionError @check (bar (2 ), nowarn= Any[bar], maxdepth= 100 )
134
134
@test_throws AssertionError @check (bar (2 ), nowarn= :all )
135
135
@test_throws AssertionError @check (bar (2 ), nowarn= :all , maxdepth= 100 )
136
- @test_nowarn @check (bar (2 ), nowarn = :allexcept , except= [bar]) == 1.0
137
- @test_nowarn @check (bar (2 ), nowarn = :allexcept , except= [bar], maxdepth= 100 ) == 1.0
138
- @test_nowarn @check (bar (2 ), nowarn = :allexcept , except= Any[bar]) == 1.0
139
- @test_nowarn @check (bar (2 ), nowarn = :allexcept , except= Any[bar], maxdepth= 100 ) == 1.0
136
+ @test_nowarn @check (bar (2 ), except= [bar]) == 1.0
137
+ @test_nowarn @check (bar (2 ), except= [bar], maxdepth= 100 ) == 1.0
138
+ @test_nowarn @check (bar (2 ), except= Any[bar]) == 1.0
139
+ @test_nowarn @check (bar (2 ), except= Any[bar], maxdepth= 100 ) == 1.0
140
140
end
141
141
end
You can’t perform that action at this time.
0 commit comments