Remove accidental test inclusion

This commit is contained in:
cgm616 2020-10-25 09:19:58 -04:00
parent f5a88b6de5
commit 0c0f8db347

View file

@ -83,11 +83,5 @@ error: digits of hex or binary literal not grouped by four
LL | let fail25 = 0b01_100_101;
| ^^^^^^^^^^^^ help: consider: `0b0110_0101`
error: digits of hex or binary literal not grouped by four
--> $DIR/literals.rs:39:16
|
LL | let ok26 = 0x6_A0_BF;
| ^^^^^^^^^ help: consider: `0x0006_A0BF`
error: aborting due to 11 previous errors
error: aborting due to 10 previous errors