From f9da5b5fee2b276e4162d209cd6ec0de3721a779 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 8 Jun 2017 23:31:37 +0200 Subject: Make lint happy --- eval_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eval_test.go') 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}}, -- cgit v1.2.3