Skip to content

Commit 65ff789

Browse files
ranochaKristoffer Carlsson
andcommitted
update test
Co-authored-by: Kristoffer Carlsson <kristoffer.carlsson@juliacomputing.com>
1 parent 6ee2a4d commit 65ff789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ isdefined(Main, :Revise) ? Main.Revise.includet("script.jl") : include("script.j
154154
ex = :(f_no_linenum(::Int) = 1)
155155
deleteat!(ex.args[2].args, 1) # delete the file & line number info
156156
eval(ex)
157-
@test_nowarn code_string(f_no_linenum, (Int,))
157+
@test code_string(f_no_linenum, (Int,)) === nothing
158158
end
159159

160160
@testset "With Revise" begin

0 commit comments

Comments
 (0)