From 05a73062b114311cba6d7794bf595619eaec5bb3 Mon Sep 17 00:00:00 2001 From: Kai Backman Date: Sun, 25 Oct 2009 11:59:58 -0700 Subject: make 5l ignore multiple defs, remove use of multiple defs from embed1 and gotest R=rsc http://go/go-review/1014009 --- test/interface/embed1.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/interface/embed1.go') diff --git a/test/interface/embed1.go b/test/interface/embed1.go index b3fe06f47..6e15031ea 100644 --- a/test/interface/embed1.go +++ b/test/interface/embed1.go @@ -1,4 +1,4 @@ -// $G $D/embed0.go && $G $D/$F.go && $L embed0.$A $F.$A && ./$A.out +// $G $D/embed0.go && $G $D/$F.go && $L $F.$A && ./$A.out // Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style -- cgit v1.2.3