swiftlang/swift

[SR-385] Replace test/Interpreter/SDK/Inputs/libTestLoad.dylib with source code

Open

#43,002 opened on Dec 26, 2015

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Swift (10,719 forks)batch import
bugcompilergood first issuenfc

Repository metrics

Stars
 (69,989 stars)
PR merge metrics
 (Avg merge 8d 17h) (510 merged PRs in 30d)

Description

Previous ID SR-385
Radar None
Original Reporter @gribozavr
Type Bug
Votes 0
Component/s Compiler
Labels Bug, StarterBug
Assignee None
Priority Medium

md5: 8864d5e294a54457cd48f3fa6165e630

Issue Description:

Seems like we have a binary file checked into our tree – test/Interpreter/SDK/Inputs/libTestLoad.dylib. We should replace it with source code and update the test to first build the library.

Contributor guide