Skip to content

Commit

Permalink
move builtin check into main testset
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Dec 29, 2022
1 parent 337f017 commit 7c312ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ using JuliaInterpreter
using Test
using Logging

include("check_builtins.jl")

@test isempty(detect_ambiguities(JuliaInterpreter, Base, Core))

Expand All @@ -13,6 +12,7 @@ end
Core.eval(JuliaInterpreter, :(debug_mode() = true))

@testset "Main tests" begin
include("check_builtins.jl")
include("core.jl")
include("interpret.jl")
include("toplevel.jl")
Expand Down

0 comments on commit 7c312ef

Please sign in to comment.