diff --git a/tests/core/output_groups/compilation_outputs_test.go b/tests/core/output_groups/compilation_outputs_test.go index 25daced7bd..4f5166c1d9 100644 --- a/tests/core/output_groups/compilation_outputs_test.go +++ b/tests/core/output_groups/compilation_outputs_test.go @@ -22,7 +22,8 @@ func TestCompilationOutputs(t *testing.T) { exe = ".exe" } expectedFiles := map[string]bool{ - "compilation_outputs_test" + exe: true, // test binary; not relevant + "compilation_outputs_test" + exe: true, // test binary; not relevant + "compilation_outputs_test" + exe + ".repo_mapping": true, // test binary repo mapping; not relevant "lib.a": false, // :lib archive "lib_test.internal.a": false, // :lib_test archive