commit | 60d4e30dbb15192494e516ecb7b8087d909d2d62 | [log] [tgz] |
---|---|---|
author | Robert Griesemer <gri@golang.org> | Thu Dec 10 11:25:54 2009 -0800 |
committer | Robert Griesemer <gri@golang.org> | Thu Dec 10 11:25:54 2009 -0800 |
tree | b5912821b7e9c63aefa4bb4e8ec66e13d04d6082 | |
parent | 4d44d6a3d603ffe79bdd58981400b649c3b41670 [diff] [blame] |
make test/fixedbugs save for optional semis R=rsc https://golang.org/cl/173045
diff --git a/test/import1.go b/test/import1.go index e809990..baed207 100644 --- a/test/import1.go +++ b/test/import1.go
@@ -14,4 +14,4 @@ import ( "fmt"; // GCCGO_ERROR "previous" fmt "math"; // ERROR "redeclared|redefinition|incompatible" -) \ No newline at end of file +)