From 4cecda6c347bd6902b960c6a35a967add7070b0d Mon Sep 17 00:00:00 2001 From: Ondřej Surý Date: Mon, 30 Jan 2012 15:38:19 +0100 Subject: Imported Upstream version 2012.01.27 --- src/pkg/math/exp_test.go | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/pkg/math/exp_test.go (limited to 'src/pkg/math/exp_test.go') diff --git a/src/pkg/math/exp_test.go b/src/pkg/math/exp_test.go deleted file mode 100644 index 7381fd5ad..000000000 --- a/src/pkg/math/exp_test.go +++ /dev/null @@ -1,10 +0,0 @@ -// Copyright 2010 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -package math - -// Make expGo and exp2Go available for testing. - -func ExpGo(x float64) float64 { return expGo(x) } -func Exp2Go(x float64) float64 { return exp2Go(x) } -- cgit v1.2.3