mirror of
https://github.com/zellyn/go6502.git
synced 2025-02-07 02:30:38 +00:00
fix test
This commit is contained in:
parent
bcb02d5c41
commit
458911e505
@ -5,6 +5,7 @@ import (
|
||||
|
||||
"github.com/zellyn/go6502/asm/context"
|
||||
"github.com/zellyn/go6502/asm/expr"
|
||||
"github.com/zellyn/go6502/asm/lines"
|
||||
)
|
||||
|
||||
func TestComputeLabel(t *testing.T) {
|
||||
@ -33,6 +34,7 @@ func TestWidthDoesNotChange(t *testing.T) {
|
||||
Mode: 0x2,
|
||||
ZeroMode: 0x80,
|
||||
ZeroOp: 0xa5,
|
||||
Line: &lines.Line{},
|
||||
}
|
||||
c := &context.SimpleContext{}
|
||||
c.Set("L1", 0x102)
|
||||
|
Loading…
x
Reference in New Issue
Block a user