Skip to content

Commit 4d11df3

Browse files
author
Elliott Slaughter
committed
---
yaml --- r: 22709 b: refs/heads/master c: 1e27d19 h: refs/heads/master i: 22707: 65ba471 v: v3
1 parent 2461944 commit 4d11df3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 587b0edbbf6c3ac587be98679c4262049aa2a305
2+
refs/heads/master: 1e27d1994fbf70a2cb097ac12b4601a358a8cd05
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/test/run-pass/utf8_idents.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
fn main() {
2+
let ε = 0.00001;
23
let Π = 3.14;
34
let लंच = Π * Π + 1.54;
4-
assert लंच - 1.54 == Π * Π;
5+
assert float::abs((लंच - 1.54) - (Π * Π)) < ε;
56
assert საჭმელად_გემრიელი_სადილი() == 0;
67
}
78

0 commit comments

Comments
 (0)