Commit Graph

6 Commits

Author SHA1 Message Date
Erik Eckstein
adef0368bb tests: add import statements to workaround linker errors in all relevant tests.
This is needed if we compile StdlibUnittest with -sil-serialize-all
So far I added the imports only in files which needed them. But this may change, depending on the optimizer (inlining).
Adding them in all files doesn't harm and avoids confusion if someone makes an unrelated change which would result in such a linker error.
2016-01-21 09:59:50 -08:00
Zach Panzarino
e3a4147ac9 Update copyright date 2015-12-31 23:28:40 +00:00
Dmitri Hrybenko
42ee9047ac stdlib: add tests for generic parameter names on DictionaryLiteral
Part of rdar://21429126

Swift SVN r29638
2015-06-24 20:42:05 +00:00
Arnold Schwaighofer
859fbc0162 More executable_test for the test directory
Swift SVN r29280
2015-06-03 23:28:51 +00:00
Dmitri Hrybenko
736f17cda3 Annotate tests that require ObjC runtime
Swift SVN r27420
2015-04-17 06:10:56 +00:00
Dave Abrahams
1f1cf13dc6 [stdlib] Mirror review update
Alex Migicovsky pointed out that initialization with a DictionaryLiteral
should really allow heterogeneous element types!

Swift SVN r26621
2015-03-27 02:35:51 +00:00