aboutsummaryrefslogtreecommitdiff
path: root/core_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core_test.go')
-rw-r--r--core_test.go2
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)