Stephan T. Lavavej
|
7abade3769
|
[libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 3/7.
Add static_cast<short> when constructing pair<Whatever, short> from (Something, int).
Fixes D27540.
llvm-svn: 289107
|
2016-12-08 21:38:14 +00:00 |
Eric Fiselier
|
4a9578aefe
|
Removing some trailing whitespace
llvm-svn: 268543
|
2016-05-04 20:29:19 +00:00 |
Marshall Clow
|
e8fe34d4d1
|
The test I cnecked in to check the fix for PR#24890 failed (as expected) w/o the fix, but for the wrong reason. Now it fails for the right reason.
llvm-svn: 248307
|
2015-09-22 18:09:13 +00:00 |
Marshall Clow
|
835e77e29e
|
Check in the test for PR#24890 that I forgot in previous commit
llvm-svn: 248305
|
2015-09-22 17:57:41 +00:00 |
Eric Fiselier
|
5a83710e37
|
Move test into test/std subdirectory.
llvm-svn: 224658
|
2014-12-20 01:40:03 +00:00 |