Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
atilaneves committed Mar 28, 2024
1 parent b0077c9 commit 5e74a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/it/buildgen/arbitrary.d
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static foreach (backend; ["ninja", "make", "tup", "binary"])


static foreach (backend; ["ninja", "make", "tup", "binary"])
@("project1.builds." ~ backend)
@("project2.builds." ~ backend)
@Tags(backend)
unittest {
enum project = "project2";
Expand Down

0 comments on commit 5e74a1e

Please sign in to comment.