From: Rob Pike Date: Sat, 19 Jul 2008 22:08:56 +0000 (-0700) Subject: test update X-Git-Tag: weekly.2009-11-06~3455 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=85c85e2b3f1d43767fc71ae3cc240832d2ba9fc4;p=gostls13.git test update SVN=128120 --- diff --git a/test/bugs/bug066.go b/test/fixedbugs/bug066.go similarity index 100% rename from test/bugs/bug066.go rename to test/fixedbugs/bug066.go diff --git a/test/bugs/bug067.go b/test/fixedbugs/bug067.go similarity index 100% rename from test/bugs/bug067.go rename to test/fixedbugs/bug067.go diff --git a/test/golden.out b/test/golden.out index 66ad449086..19ac022d9c 100644 --- a/test/golden.out +++ b/test/golden.out @@ -241,10 +241,6 @@ bugs/bug064.go:15: illegal types for operand: CALL ({INT32;INT32;}) BUG: compilation should succeed -=========== bugs/bug066.go - -=========== bugs/bug067.go - =========== bugs/bug068.go bugs/bug068.go:6: unknown escape sequence: ' BUG: compilation should succeed @@ -357,6 +353,11 @@ fixedbugs/bug051.go:10: expression must be a constant =========== fixedbugs/bug065.go +=========== fixedbugs/bug066.go + +=========== fixedbugs/bug067.go +ok + =========== fixedbugs/bug069.go =========== fixedbugs/bug071.go