summaryrefslogtreecommitdiff
path: root/libgo/go/go/types/testdata/conversions.src
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/go/types/testdata/conversions.src')
-rw-r--r--libgo/go/go/types/testdata/conversions.src18
1 files changed, 0 insertions, 18 deletions
diff --git a/libgo/go/go/types/testdata/conversions.src b/libgo/go/go/types/testdata/conversions.src
deleted file mode 100644
index 1b1518366f..0000000000
--- a/libgo/go/go/types/testdata/conversions.src
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright 2012 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.
-
-// conversions
-
-package conversions
-
-// argument count
-var (
- _v0 = int /* ERROR "one argument" */ ()
- _v1 = int /* ERROR "one argument" */ (1, 2)
-)
-
-//
-var (
- _v2 = int8(0)
-) \ No newline at end of file