aboutsummaryrefslogtreecommitdiff
path: root/cmd/dump/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/dump/main.go')
-rw-r--r--cmd/dump/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dump/main.go b/cmd/dump/main.go
index f579c37..7e813be 100644
--- a/cmd/dump/main.go
+++ b/cmd/dump/main.go
@@ -9,7 +9,7 @@ import (
)
func main() {
- body, err := ReadBin("testdata/j1.bin")
+ body, err := ReadBin("testdata/j1e.bin")
if err != nil {
panic(err)
}