Skip to content

Commit 0c0f8db

Browse files
committed
Remove accidental test inclusion
1 parent f5a88b6 commit 0c0f8db

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tests/ui/literals.stderr

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,5 @@ error: digits of hex or binary literal not grouped by four
8383
LL | let fail25 = 0b01_100_101;
8484
| ^^^^^^^^^^^^ help: consider: `0b0110_0101`
8585

86-
error: digits of hex or binary literal not grouped by four
87-
--> $DIR/literals.rs:39:16
88-
|
89-
LL | let ok26 = 0x6_A0_BF;
90-
| ^^^^^^^^^ help: consider: `0x0006_A0BF`
91-
92-
error: aborting due to 11 previous errors
86+
error: aborting due to 10 previous errors
9387

0 commit comments

Comments
 (0)