mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Move integer parsing APIs to SwiftExperimental
These APIs did not go through API review. Swift SVN r25890
This commit is contained in:
@@ -44,6 +44,7 @@ radices_to_test = [2, 8, 10, 16, max_radix]
|
||||
number_of_values = 23
|
||||
}%
|
||||
|
||||
import SwiftExperimental
|
||||
import StdlibUnittest
|
||||
|
||||
var tests = TestSuite("NumericParsing")
|
||||
|
||||
Reference in New Issue
Block a user