Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Wrap unit test death tests in GTEST_HAS_DEATH_TEST | Erick Tryzelaar | 2009-08-17 | 1 | -5/+7 | |
| | | | | llvm-svn: 79218 | |||||
* | Change APFloatTest from using ASSERTs to EXPECTs | Erick Tryzelaar | 2009-08-17 | 1 | -67/+67 | |
| | | | | llvm-svn: 79216 | |||||
* | Modify APFloat to take a StringRef instead of a c string. | Erick Tryzelaar | 2009-08-16 | 1 | -0/+106 | |
This also adds unit tests to APFloat that mainly tests the string handling of APFloat, but not much else of it's api. llvm-svn: 79210 |