Skip to content

Commit 93a6d38

Browse files
committed
Add JuliaLowering_stdlibs to TESTNAMES
Enable this for testing by default in CI / `make test`.
1 parent 523ec83 commit 93a6d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/choosetests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const TESTNAMES = [
3131
"smallarrayshrink", "opaque_closure", "filesystem", "download",
3232
"scopedvalues", "compileall", "rebinding",
3333
"faulty_constructor_method_should_not_cause_stack_overflows",
34-
"JuliaSyntax", "JuliaLowering",
34+
"JuliaSyntax", "JuliaLowering", "JuliaLowering_stdlibs",
3535
]
3636

3737
const INTERNET_REQUIRED_LIST = [

0 commit comments

Comments
 (0)