aboutsummaryrefslogtreecommitdiff
path: root/test/syntax
diff options
context:
space:
mode:
authorScott Lawrence <bytbox@gmail.com>2010-09-09 01:42:49 -0400
committerRuss Cox <rsc@golang.org>2010-09-09 01:42:49 -0400
commita0fc33a8ca9230f9587976b302ab5883381577e7 (patch)
treecf9e45457fd13778239520210806d63f710d7317 /test/syntax
parentdfb2af609919c0905a5229aa2d472858b8549d44 (diff)
downloadgo-a0fc33a8ca9230f9587976b302ab5883381577e7.tar.gz
go-a0fc33a8ca9230f9587976b302ab5883381577e7.zip
test: remove slice syntax test
R=rsc CC=golang-dev https://golang.org/cl/2145043
Diffstat (limited to 'test/syntax')
-rw-r--r--test/syntax/slice.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/syntax/slice.go b/test/syntax/slice.go
deleted file mode 100644
index 7675ca1879..0000000000
--- a/test/syntax/slice.go
+++ /dev/null
@@ -1,9 +0,0 @@
-// errchk $G -e $D/$F.go
-
-// 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 main
-
-var x = y[:z] // ERROR "missing lower bound in slice expression|undefined"