summaryrefslogtreecommitdiff
path: root/test/interface1.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/interface1.go')
-rw-r--r--test/interface1.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/interface1.go b/test/interface1.go
index c81cad54b..649a955f6 100644
--- a/test/interface1.go
+++ b/test/interface1.go
@@ -11,7 +11,7 @@ type Inst interface {
}
type Regexp struct {
- code *[]Inst;
+ code []Inst;
start Inst;
}