We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0315e commit 112e9d0Copy full SHA for 112e9d0
test/jll.jl
@@ -24,7 +24,7 @@ module TestJLL end
24
"Scratch" => "6c6a2e73-6563-6170-7368-637461726353")
25
@test project["name"] == "LibFoo_jll"
26
@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")
+ @test project["compat"] == Dict("julia" => "1.0", "XZ_jll" => "=2.4.6", "JLLWrappers" => "1.2.0")
28
@test project["version"] == "1.3.5"
29
# Make sure BuildDependency's don't find their way to the project
30
@test_throws MethodError build_project_dict("LibFoo", v"1.3.5", [Dependency("Zlib_jll"), BuildDependency("Xorg_util_macros_jll")])
0 commit comments