Skip to content

Remove an invalid file reference#4796

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

Merged
merged 1 commit into from
Jul 21, 2023
Merged

Conversation

woxtu
Copy link
Contributor

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

Copy link
Member

@compnerdcompnerd 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
ContributorAuthor

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
Member

@swift-ci please test

@compnerdcompnerd merged commit bd1c1ee into swiftlang:mainJul 21, 2023
@woxtuwoxtu deleted the invalid-file branch July 22, 2023 12:29
@woxtu
Copy link
ContributorAuthor

Thanks!

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
@woxtu@compnerd
close