Skip to content

Commit 6a61978

Browse files
author
tokizuoh
committed
restore removed import statement
1 parent 5ff9808 commit 6a61978

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

test/Interpreter/SDK/c_pointers.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
// REQUIRES: objc_interop
88

9+
import Foundation
910
#if canImport(AppKit)
1011
import AppKit
1112
typealias XXColor = NSColor

test/Interpreter/SDK/cf_extensions.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
// REQUIRES: objc_interop
55

6+
import Foundation
67
import StdlibUnittest
78

89
#if canImport(AppKit)

test/stdlib/Reflection_objc.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919

2020
import Swift
21+
import Foundation
2122
import simd
2223

2324
#if canImport(AppKit)

0 commit comments

Comments
 (0)