From 64d2a7c8945ba05af859901f5e248f1befdd8621 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 3 Dec 2013 09:43:15 +0100 Subject: Imported Upstream version 1.2 --- src/pkg/testing/export_test.go | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/pkg/testing/export_test.go (limited to 'src/pkg/testing/export_test.go') diff --git a/src/pkg/testing/export_test.go b/src/pkg/testing/export_test.go new file mode 100644 index 000000000..89781b439 --- /dev/null +++ b/src/pkg/testing/export_test.go @@ -0,0 +1,10 @@ +// Copyright 2013 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 testing + +var ( + RoundDown10 = roundDown10 + RoundUp = roundUp +) -- cgit v1.2.3