aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/float2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/float2.rs')
-rw-r--r--src/test/run-pass/float2.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/float2.rs b/src/test/run-pass/float2.rs
index 0c111ba9..9cc3a8ca 100644
--- a/src/test/run-pass/float2.rs
+++ b/src/test/run-pass/float2.rs
@@ -1,3 +1,4 @@
+// xfail-boot
fn main() {
auto a = 1.5e6;
auto b = 1.5E6;