removed unnecessary code (numbers must not begin with "+")

This commit is contained in:
Niels 2016-05-07 20:22:58 +02:00
parent 688cd49bdc
commit 85a30813c8
4 changed files with 5 additions and 9 deletions

View file

@ -449,7 +449,7 @@ $ make
$ ./json_unit "*"
===============================================================================
All tests passed (5568703 assertions in 31 test cases)
All tests passed (5568705 assertions in 31 test cases)
```
For more information, have a look at the file [.travis.yml](https://github.com/nlohmann/json/blob/master/.travis.yml).