Move integer parsing APIs to SwiftExperimental

These APIs did not go through API review.

Swift SVN r25890
This commit is contained in:
Dmitri Hrybenko
2015-03-09 19:04:21 +00:00
parent e460eb6264
commit 5ca75b75e3
6 changed files with 145 additions and 108 deletions

View File

@@ -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")