Skip to content

Commit 5234ed5

Browse files
committed
remove duplicate test
1 parent 79d5952 commit 5234ed5

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

tests/ui/lexer/custom-suffixes.rs

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ fn main() {
1212
const _G: f64 = 1.0e-6;
1313
const _H: f64 = 1.0e06;
1414
const _I: f64 = 1.0e+6;
15-
const _J: f64 = 1.0e-6;
1615
// these ones are perhaps more suprising.
17-
const _K: f64 = 1.0e0________________________6;
18-
const _L: f64 = 1.0e________________________6;
19-
const _M: f64 = 1.0e+________________________6;
20-
const _N: f64 = 1.0e-________________________6;
21-
const _O: f64 = 1.0e-________________________9;
22-
const _P: f64 = 1e_______________0f64;
16+
const _J: f64 = 1.0e0________________________6;
17+
const _K: f64 = 1.0e________________________6;
18+
const _L: f64 = 1.0e+________________________6;
19+
const _M: f64 = 1.0e-________________________6;
20+
const _N: f64 = 1.0e-________________________9;
21+
const _O: f64 = 1e_______________0f64;
2322
}

0 commit comments

Comments
 (0)