File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -54,15 +54,6 @@ class CreateTests: XCTestCase {
54
54
XCTAssertTrue ( readmeContents. hasPrefix ( " # Foo \n " ) )
55
55
56
56
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
- }
66
57
}
67
58
}
68
59
You can’t perform that action at this time.
0 commit comments