diff options
Diffstat (limited to 'libgo/go/runtime/trace/trace.go')
-rw-r--r-- | libgo/go/runtime/trace/trace.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/runtime/trace/trace.go b/libgo/go/runtime/trace/trace.go index 7f9d72a..b34aef0 100644 --- a/libgo/go/runtime/trace/trace.go +++ b/libgo/go/runtime/trace/trace.go @@ -19,7 +19,7 @@ // command runs the test in the current directory and writes the trace // file (trace.out). // -// go test -trace=test.out +// go test -trace=trace.out // // This runtime/trace package provides APIs to add equivalent tracing // support to a standalone program. See the Example that demonstrates |