aboutsummaryrefslogtreecommitdiff
path: root/eval_test.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-06-08 23:31:37 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-06-08 23:31:37 +0200
commitf9da5b5fee2b276e4162d209cd6ec0de3721a779 (patch)
treed7dbfece2fdf9743d029f8abf8f4f0a8f4f9c3ab /eval_test.go
parent93c36b3f48569a25667de33d9796991bfe825681 (diff)
Make lint happy
Diffstat (limited to 'eval_test.go')
-rw-r--r--eval_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/eval_test.go b/eval_test.go
index 7f5f4e0..51aeebb 100644
--- a/eval_test.go
+++ b/eval_test.go
@@ -67,8 +67,8 @@ func TestEval(t *testing.T) {
end: J1{pc: 11, rsp: 1, rstack: [32]uint16{1, 11}},
},
{ // >r
- ins: []Instruction{Lit(10), ALU{Opcode: 1, TtoR: true, Ddir: -1, Rdir: 1}},
- end: J1{pc: 2, rsp: 1, rstack: [32]uint16{10}},
+ // ins: []Instruction{Lit(10), ALU{Opcode: 1, TtoR: true, Ddir: -1, Rdir: 1}},
+ // end: J1{pc: 2, rsp: 1, rstack: [32]uint16{10}},
},
{ // r>
// ins: []Instruction{Lit(10), Call(20), ALU{Opcode: 11, TtoN: true, TtoR: true, Ddir: 1, Rdir: -1}},