Skip to content

Commit 44956cb

Browse files
committed
Fix ImageTests.allTests
1 parent 125efe9 commit 44956cb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Tests/EasyImagyTests/ImageTests.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,10 @@ class ImageTests: XCTestCase {
340340
("testSubscriptSet", testSubscriptSet),
341341
("testSubscriptRange", testSubscriptRange),
342342
("testPixel", testPixel),
343+
("testWithUnsafeBufferPointer", testWithUnsafeBufferPointer),
344+
("testWithUnsafeMutableBufferPointer", testWithUnsafeMutableBufferPointer),
345+
("testWithUnsafeBytes", testWithUnsafeBytes),
346+
("testWithUnsafeMutableBytes", testWithUnsafeMutableBytes),
343347
("testCopyOnWritePerformanceOfCopy", testCopyOnWritePerformanceOfCopy),
344348
("testCopyOnWritePerformanceOfUpdate", testCopyOnWritePerformanceOfUpdate),
345349
("testCopyPerformance", testCopyPerformance),

0 commit comments

Comments
 (0)