Pick better floating point numbers (ones that can be exactly represented) in floating...
authorGreg Clayton <gclayton@apple.com>
Thu, 6 Nov 2014 18:39:39 +0000 (18:39 +0000)
committerGreg Clayton <gclayton@apple.com>
Thu, 6 Nov 2014 18:39:39 +0000 (18:39 +0000)
commite6352e47975a8b90d090c0243241e56027c0caf1
tree56d7a99514b5a2cb41e1a3b25a4ce2c5f6d38e72
parenteb3e905027385fa0cca52cb338c4bb18bdec472e
Pick better floating point numbers (ones that can be exactly represented) in floating point instead of something that can't to avoid test suite failures on different devices and architectures.

<rdar://problem/18826900>

llvm-svn: 221468
lldb/test/lang/c/set_values/TestSetValues.py
lldb/test/lang/c/set_values/main.c