Chromium Code Reviews| Index: common/parallel/parallel_test.go |
| diff --git a/common/parallel/parallel_test.go b/common/parallel/parallel_test.go |
| index 10a8514dfde95cbaffe2acd1ee00ab3e4b9e6c8a..653f5b8e2a5f8e76abf7d0ac4a383c38f9496df4 100644 |
| --- a/common/parallel/parallel_test.go |
| +++ b/common/parallel/parallel_test.go |
| @@ -22,6 +22,6 @@ func ExampleFanOutIn() { |
| } |
| }) |
| - fmt.Printf("got: %s", err) |
| - // Output: got: ["20 is over 10"] |
| + fmt.Printf("got: %q", err) |
| + // Output: got: "20 is over 10" |
| } |