From cb68d9c1868e9fbb3e58cdfd606274e070db5b31 Mon Sep 17 00:00:00 2001 From: Marko Elezovic Date: Fri, 27 Nov 2015 03:36:27 +0100 Subject: SI-9571 Avoid boxing primitives in string concatenation --- test/files/specialized/fft.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files') diff --git a/test/files/specialized/fft.check b/test/files/specialized/fft.check index 74cb9bb3b5..5283c6cbe2 100644 --- a/test/files/specialized/fft.check +++ b/test/files/specialized/fft.check @@ -1,4 +1,4 @@ Processing 65536 items Boxed doubles: 0 -Boxed ints: 2 +Boxed ints: 0 Boxed longs: 1179811 -- cgit v1.2.3