Updated tests to work with new parser changes

This commit is contained in:
Mitchell Plamann
2015-04-22 20:07:31 -04:00
parent c742d5ed74
commit 5bee4d90c5
3 changed files with 29 additions and 32 deletions

View File

@@ -545,10 +545,6 @@ function run_vm(vm) {
}
}
// if (at_breakpoint) {
// save state (maybe in a global in this file?)
// return;
// }
// Takes in a parsed .bc0 file and runs it
function execute(file, callbacks, v) {
var state = initialize_vm(file, callbacks, v);