Skip to content

Commit

Permalink
fix tests import
Browse files Browse the repository at this point in the history
  • Loading branch information
paulofaria committed May 15, 2017
1 parent df9e025 commit 87336ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/CoreTests/SystemErrorTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#endif

import XCTest
@testable import POSIX
@testable import Core

let map: [Int32: SystemError] = [
EPERM: .operationNotPermitted,
Expand Down

0 comments on commit 87336ef

Please sign in to comment.