Thomas den Hollander b157d8b478
Change splice to pop in annotation tests
This line in the annotation tests subtracts an array from a number. This is because `splice(-1, 1)` returns a one-element array, while `pop()` returns only the element itself.
2018-10-24 13:08:08 +02:00
..
2018-06-11 20:41:56 -07:00
2018-10-03 00:28:49 +02:00
2018-03-16 11:08:56 -07:00