mirror of
https://github.com/golang/go
synced 2024-11-21 18:54:43 -07:00
test: remove slice syntax test
R=rsc CC=golang-dev https://golang.org/cl/2145043
This commit is contained in:
parent
dfb2af6099
commit
a0fc33a8ca
@ -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"
|
Loading…
Reference in New Issue
Block a user