diff options
author | Dimitri Sokolyuk <demon@dim13.org> | 2018-01-30 08:58:48 +0100 |
---|---|---|
committer | Dimitri Sokolyuk <demon@dim13.org> | 2018-01-30 08:58:48 +0100 |
commit | f686063b66c97fa65e556c8c56b9beadc6b35eca (patch) | |
tree | b123a092700d6894b54c14ff61f6b251be7ab574 /core_test.go | |
parent | 736fbaeaba9c57b2f624a42808fc524f306b1591 (diff) |
cleanup
Diffstat (limited to 'core_test.go')
-rw-r--r-- | core_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core_test.go b/core_test.go index 68229be..ab4e05a 100644 --- a/core_test.go +++ b/core_test.go @@ -20,7 +20,7 @@ func cmp(t *testing.T, got, want Core) { t.Errorf("rsp: got %0.4X, want %0.4X", got.r.sp, want.r.sp) } if got.d.data != want.d.data { - t.Errorf("d:stack: got %0.4X, want %0.4X", got.d.data, want.d.data) + t.Errorf("dstack: got %0.4X, want %0.4X", got.d.data, want.d.data) } if got.r.data != want.r.data { t.Errorf("rstack: got %0.4X, want %0.4X", got.r.data, want.r.data) |