Skip to content

Commit 95e68ad

Browse files
authored
Merge pull request #457 from ehuss/fix-split-debug-test
Fix tests for macos split debuginfo.
2 parents 009eadc + 40a6ba7 commit 95e68ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_cargo_build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def _test_build_with_target(self, view):
117117
os.path.isfile(os.path.join(debug, x)) and
118118
not x.startswith('.') and
119119
not x.endswith('.d') and
120+
not x.endswith('.o') and
120121
not x.endswith('.pdb')]
121122
files.sort()
122123
# Remove any option (None) entries.

0 commit comments

Comments
 (0)