Skip to content

Commit 8ee943d

Browse files
author
Miguel Perez
committed
Rebased off main and is merge ready
1 parent e1b6cea commit 8ee943d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Tests/WorkspaceTests/CreateTests.swift

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,6 @@ class CreateTests: XCTestCase {
5454
XCTAssertTrue(readmeContents.hasPrefix("# Foo\n"))
5555

5656
XCTAssertEqual(try fs.getDirectoryContents(path.appending(component: "Sources")), ["main.swift"])
57-
58-
// If we have a compiler that supports `-entry-point-function-name`, we try building it (we need that flag now).
59-
if (Resources.default.swiftCompilerSupportsRenamingMainSymbol) {
60-
XCTAssertBuilds(path)
61-
let triple = Resources.default.toolchain.triple
62-
let binPath = path.appending(components: ".build", triple.tripleString, "debug")
63-
XCTAssertFileExists(binPath.appending(component: "Foo"))
64-
XCTAssertFileExists(binPath.appending(components: "Foo.swiftmodule"))
65-
}
6657
}
6758
}
6859

0 commit comments

Comments
 (0)