Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove an invalid file reference #4796

Merged
merged 1 commit into from Jul 21, 2023
Merged

Remove an invalid file reference #4796

merged 1 commit into from Jul 21, 2023

Conversation

woxtu
Copy link
Contributor

@woxtu woxtu commented Jul 14, 2023

This PR removes an invalid file reference in the project.
The 'TestNSProgressFraction.swift' file seems to no longer exist.

Copy link
Collaborator

@compnerd compnerd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@woxtu
Copy link
Contributor Author

woxtu commented Jul 16, 2023

It looks like 'TestProgressFraction.swift' has already been added.

$ cat Foundation.xcodeproj/project.pbxproj | grep TestProgressFraction.swift
		B940492D223B146800FB4384 /* TestProgressFraction.swift in Sources */ = {isa = PBXBuildFile; fileRef = B940492C223B146800FB4384 /* TestProgressFraction.swift */; };
		B940492C223B146800FB4384 /* TestProgressFraction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestProgressFraction.swift; sourceTree = "<group>"; };
				B940492C223B146800FB4384 /* TestProgressFraction.swift */,
				B940492D223B146800FB4384 /* TestProgressFraction.swift in Sources */,

@compnerd
Copy link
Collaborator

@swift-ci please test

@compnerd compnerd merged commit bd1c1ee into apple:main Jul 21, 2023
3 checks passed
@woxtu woxtu deleted the invalid-file branch July 22, 2023 12:29
@woxtu
Copy link
Contributor Author

woxtu commented Jul 22, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants