From cceee685be4436c8fd417e9c248429b8625b978d Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Thu, 15 Mar 2018 11:15:22 +0100 Subject: test/codegen: port floats tests to codegen And delete them from asm_test. Change-Id: Ibdaca3496eefc73c731b511ddb9636a1f3dff68c Reviewed-on: https://go-review.googlesource.com/100915 Run-TryBot: Alberto Donizetti TryBot-Result: Gobot Gobot Reviewed-by: Keith Randall --- test/codegen/arithmetic.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/codegen/arithmetic.go') diff --git a/test/codegen/arithmetic.go b/test/codegen/arithmetic.go index 16517cfac4..0cd4d2ee23 100644 --- a/test/codegen/arithmetic.go +++ b/test/codegen/arithmetic.go @@ -7,7 +7,8 @@ package codegen // This file contains codegen tests related to arithmetic -// simplifications/optimizations. +// simplifications and optimizations on integer types. +// For codegen tests on float types, see floats.go. // -------------------- // // Multiplication // -- cgit v1.3-5-g9baa