mirror of
https://github.com/AdaCore/gpr.git
synced 2026-02-12 12:58:39 -08:00
Several tests required their directory names to remove trailing dashes from their output. Due to changes in the directory structure, these names were no longer correct. Additionally, some test names have been made more descriptive, as simple names like "1" or "2" were no longer suitable for handling the trailing dash removal. Also, make some test names more explicit, as tests like "1", or "2" were not complex anymore to let the trailing dash removal work
4 lines
42 B
Ada
4 lines
42 B
Ada
package Api is
|
|
procedure Run;
|
|
end Api;
|