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 dfac9aa commit 44ca417
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 @@ -93,9 +93,7 @@ Dependencies := rec(
ExternalConditions := [ ],
),

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

TestFile := "tst/testall.g",

Expand Down

0 comments on commit 44ca417

Please sign in to comment.