Skip to content

Commit e7e28df

Browse files
committed
add importing for Linux
1 parent e4064d1 commit e7e28df

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Tests/MultipartFormDataParserTests/MultipartFormDataParserTests.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
import XCTest
2+
#if canImport(FoundationNetworking)
3+
import FoundationNetworking
4+
#endif
5+
26
import MultipartFormDataParser
37

48
#if canImport(UIKit)

0 commit comments

Comments
 (0)