Skip to content

Commit

Permalink
Self-review
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Sep 10, 2023
1 parent 010beab commit 580634e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/tests/config/shared-deps/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def check_in(file : str, expected : str) -> bool:

# There's too much object files and the like, check a few critical files:
files = contents(base)
check_in(f'{base}/config/hello_config.ads', files) # config wa generated
check_in(f'{base}/config/hello_config.ads', files) # config was generated
check_in(f'{base}/alire/flags/post_fetch_done', files) # actions were run
check_in(f'{base}/obj/b__hello.ads', files) # build took place

Expand Down

0 comments on commit 580634e

Please sign in to comment.