]> git.lizzy.rs Git - rust.git/commit
Fix tests for SystemTime addition on mac and ios
authorSean Griffin <sean@seantheprogrammer.com>
Thu, 3 Dec 2015 15:27:32 +0000 (08:27 -0700)
committerSean Griffin <sean@seantheprogrammer.com>
Thu, 3 Dec 2015 15:27:32 +0000 (08:27 -0700)
commit5dbc373f708fb203a354f2b6b08009c28d694244
tree20d5dd32367a8e02459b69054550c1f340dbe0f0
parenta59cd363cc77bbfb7ba95fb7a063577436fd533a
Fix tests for SystemTime addition on mac and ios

Those platforms don't support nanosecond precision, so adding 1
nanosecond does nothing.
src/libstd/time/mod.rs