We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d7596 commit d2a3cf2Copy full SHA for d2a3cf2
tests/core/output_groups/compilation_outputs_test.go
@@ -22,7 +22,8 @@ func TestCompilationOutputs(t *testing.T) {
22
exe = ".exe"
23
}
24
expectedFiles := map[string]bool{
25
- "compilation_outputs_test" + exe: true, // test binary; not relevant
+ "compilation_outputs_test" + exe: true, // test binary; not relevant
26
+ "compilation_outputs_test" + exe + ".repo_mapping": true, // test binary repo mapping; not relevant
27
28
"lib.a": false, // :lib archive
29
"lib_test.internal.a": false, // :lib_test archive
0 commit comments