commit | 8cb6bcc3eedae0d3f034fe36fdee65fe3cf59adc | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Wed Apr 12 08:36:15 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Wed Apr 12 08:39:34 2023 -0600 |
tree | 7a6d19650d91afd3e653385ff63893545499e7f9 | |
parent | 0a12bf174dd171edf153dbdcfb82d04f53d6cfab [diff] |
Use 'require' with gnatmake_version_at_least I found a couple of tests that check gnatmake_version_at_least using "if" where "require" would be a little cleaner. This patch converts these.