Skip to content

Commit

Permalink
Test sweet
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Dec 20, 2024
1 parent c6356fa commit a3b17c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-suite.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";

import * as utils from "../utils.js";
import { fake6502 } from "../fake6502.js";
import * as utils from "../src/utils.js";
import { fake6502 } from "../src/fake6502.js";

const processor = fake6502();
const IRQ_ROUTINE_START = 0xff48;
Expand Down

0 comments on commit a3b17c7

Please sign in to comment.