Files
swift-mirror/test/stdlib/UnsafeRawBufferPointer.swift
Andrew Trick 0f3896ba9c Reenable some raw buffer tests in release build.
These subtests were actually meant to test the raw buffer
type itself, not its slice type. So adding an `init(rebasing:)`
does what we want.

Now that the Collection tests are wired up, these test cases will be run on the
slice type automatically. No need to do it here.
2017-04-07 11:50:02 -07:00

14 KiB