rust/compiler/rustc_serialize/tests
Nicholas Nethercote 8d359e4385 Move some Encodable/Decodable tests.
Round-trip encoding/decoding of many types is tested in
`compiler/rustc_serialize/tests/opaque.rs`. There is also a small amount
of encoding/decoding testing in three files in `tests/ui-fulldeps`.

There is no obvious reason why these three files are necessary. They
were originally added in 2014. Maybe it wasn't possible for a proc
macro to run in a unit test back then?

This commit just moves the testing from those three files into the unit
test.
2023-05-02 12:02:32 +10:00
..
leb128.rs Rewrite MemDecoder around pointers not a slice 2023-04-23 17:25:11 -04:00
opaque.rs Move some Encodable/Decodable tests. 2023-05-02 12:02:32 +10:00