tests: Fix dot test by not including whitespace.

Rust 1.35 changed the behavior of the Debug trait to include the
trailing comma in structs and other things. This deals with that
by not including all of the whitespace.

The Rust change that introduced this was https://github.com/rust-lang/rust/pull/59076/

Fixes #255.
1 file changed