summaryrefslogtreecommitdiff
path: root/gcc/testsuite/go.test/test/interface/fake.go
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/go.test/test/interface/fake.go')
-rw-r--r--gcc/testsuite/go.test/test/interface/fake.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/go.test/test/interface/fake.go b/gcc/testsuite/go.test/test/interface/fake.go
index ddb8325427..861a640842 100644
--- a/gcc/testsuite/go.test/test/interface/fake.go
+++ b/gcc/testsuite/go.test/test/interface/fake.go
@@ -1,10 +1,10 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// Interface comparisons using types hidden
+// Test interface comparisons using types hidden
// inside reflected-on structs.
package main