From a8dc1f974be05b80b2edf17b62eee47e38edf2de Mon Sep 17 00:00:00 2001 From: Robin Kruppe Date: Tue, 26 Jan 2016 22:05:21 +0100 Subject: Add the kind of input from #31109 to the expensive tests (not run by default) --- src/etc/test-float-parse/tiny-pow10.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/etc/test-float-parse/tiny-pow10.rs') diff --git a/src/etc/test-float-parse/tiny-pow10.rs b/src/etc/test-float-parse/tiny-pow10.rs index a01c6d5a078..50ca5e32609 100644 --- a/src/etc/test-float-parse/tiny-pow10.rs +++ b/src/etc/test-float-parse/tiny-pow10.rs @@ -15,7 +15,7 @@ use _common::validate; fn main() { for e in 301..327 { for i in 0..100000 { - validate(format!("{}e-{}", i, e)); + validate(&format!("{}e-{}", i, e)); } } } -- cgit 1.4.1-3-g733a5