Commit Graph

11 Commits

Author SHA1 Message Date
Jordan Rose
979e4a8e34 stdlib: Rename {Float,Double.CGFloat}.NaN to 'nan'
This follows the API guidelines and is consistent with the printed form.
'quietNaN' does not change, though.
2016-02-24 17:46:12 -08:00
Max Moiseev
52f0cf49b0 [stdlib] indexOf => index(of:)/index(where:) 2016-02-23 11:45:11 -08:00
Erik Eckstein
9c25ce1a75 tests: add a few more import statements to workaround linker errors 2016-01-08 15:08:56 -08:00
Dmitri Gribenko
9b15d03b73 StdlibUnittest: don't pass the name of the executable on the command line
Also, add a test for the command line of the child process.
2015-12-24 02:27:57 -08:00
Arsen Gasparyan
9203f36630 Refactoring 2015-12-24 12:18:59 +03:00
Arsen Gasparyan
a1c0343a98 Share test data between test files 2015-12-24 11:55:01 +03:00
Arsen Gasparyan
11d9be1117 [tests] add import statements to prevent unresolved symbols 2015-12-24 11:55:01 +03:00
Arsen Gasparyan
8c36b41851 Replace expectPrinted with expectDebugPrinted 2015-12-24 11:55:01 +03:00
Arsen Gasparyan
d9e390d9b6 Remove left space 2015-12-24 11:55:01 +03:00
Arsen Gasparyan
bf15d49190 Tests from pull request #348 2015-12-24 11:55:01 +03:00
Arsen Gasparyan
35b055b346 Split a test file 2015-12-24 11:55:01 +03:00