test: remove slice syntax test

R=rsc
CC=golang-dev
https://golang.org/cl/2145043
This commit is contained in:
Scott Lawrence 2010-09-09 01:42:49 -04:00 committed by Russ Cox
parent dfb2af6099
commit a0fc33a8ca

View file

@ -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"