aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/jit_util_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/vm/jit_util_test.go')
-rw-r--r--core/vm/jit_util_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/vm/jit_util_test.go b/core/vm/jit_util_test.go
index 1f4cb2b16..2123efe59 100644
--- a/core/vm/jit_util_test.go
+++ b/core/vm/jit_util_test.go
@@ -77,7 +77,7 @@ func TestParser(t *testing.T) {
t.Fatal("empty output")
}
if output[0] != test.output {
- t.Error("%v failed: expected %v but got %v", test.base+OpCode(i), output[0])
+ t.Errorf("%v failed: expected %v but got %v", test.base+OpCode(i), test.output, output[0])
}
}
}