Skip to content

Commit

Permalink
PackageInfo.g: switch AvailabilityTest to ReturnTrue
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Nov 1, 2024
1 parent 65e0adb commit 48248dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ Dependencies := rec(
ExternalConditions := [ ],
),

AvailabilityTest := function()
return true;
end,
AvailabilityTest := ReturnTrue,

TestFile := "tst/testall.g",

Expand Down

0 comments on commit 48248dc

Please sign in to comment.