Skip to content

Commit 96e181c

Browse files
committed
update test image size
1 parent a55641a commit 96e181c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/stdlib/Accelerate_vImage.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ import Accelerate
1111
var Accelerate_vImageTests = TestSuite("Accelerate_vImage")
1212

1313
if #available(iOS 9999, macOS 9999, tvOS 9999, watchOS 9999, *) {
14-
let width = UInt(48)
15-
let height = UInt(12)
16-
let widthi = 48
17-
let heighti = 12
14+
let width = UInt(64)
15+
let height = UInt(32)
16+
let widthi = 64
17+
let heighti = 32
1818

1919
//===----------------------------------------------------------------------===//
2020
//

0 commit comments

Comments
 (0)