Commit a0fc33a8 authored by Scott Lawrence's avatar Scott Lawrence Committed by Russ Cox

test: remove slice syntax test

R=rsc
CC=golang-dev
https://golang.org/cl/2145043
parent dfb2af60
// 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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment