Commit a1aad01d authored by carlosperate's avatar carlosperate

Fix workspace selection in generator test

parent 0e8cea0c
......@@ -145,7 +145,7 @@ function toXml() {
function toArduino() {
var code = '\'use strict\';\n\n'
code += Blockly.Arduino.workspaceToCode();
code += Blockly.Arduino.workspaceToCode(workspace);
setOutput(code);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment