Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(99)

Unified Diff: test/helloworld.go

Issue 5554056: code review 5554056: test: split golden.out into expected output per test (Closed)
Patch Set: diff -r 13bba29cb074 https://go.googlecode.com/hg/ Created 13 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/goprint.out ('k') | test/helloworld.out » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/helloworld.go
===================================================================
--- a/test/helloworld.go
+++ b/test/helloworld.go
@@ -1,4 +1,4 @@
-// $G $F.go && $L $F.$A && ./$A.out
+// $G $F.go && $L $F.$A && ./$A.out 2>&1 | cmp - $D/$F.out
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
« no previous file with comments | « test/goprint.out ('k') | test/helloworld.out » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b