Skip to content

Commit 112e9d0

Browse files
authored
Update test/jll.jl
1 parent 2f0315e commit 112e9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jll.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module TestJLL end
2424
"Scratch" => "6c6a2e73-6563-6170-7368-637461726353")
2525
@test project["name"] == "LibFoo_jll"
2626
@test project["uuid"] == "b250f842-3251-58d3-8ee4-9a24ab2bab3f"
27-
@test project["compat"] == Dict("julia" => "1.0", "XZ_jll" => "=2.4.6", "JLLWrappers" => "1.4.0")
27+
@test project["compat"] == Dict("julia" => "1.0", "XZ_jll" => "=2.4.6", "JLLWrappers" => "1.2.0")
2828
@test project["version"] == "1.3.5"
2929
# Make sure BuildDependency's don't find their way to the project
3030
@test_throws MethodError build_project_dict("LibFoo", v"1.3.5", [Dependency("Zlib_jll"), BuildDependency("Xorg_util_macros_jll")])

0 commit comments

Comments
 (0)