There was an error while loading. Please reload this page.
1 parent 3682328 commit 93974bfCopy full SHA for 93974bf
test/testMachine.js
@@ -1,7 +1,7 @@
1
const assert = require('assert');
2
const Machine = require('../src/machine.js');
3
const InvalidInstructionException = require('../src/commands/invalidInstructionException.js');
4
-const StackUnderFlowException = require('../src/stackUnderFlowException.js');
+const StackUnderFlowException = require('../src/stackUnderflowException.js');
5
6
const stitch = lines => lines.join('\n');
7
0 commit comments