mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
Changes function name
This commit is contained in:
@@ -59,7 +59,7 @@ function defineGeneratorTestBlocks() {
|
||||
}]);
|
||||
}
|
||||
|
||||
function undefineTestBlocks() {
|
||||
function undefineGeneratorTestBlocks() {
|
||||
delete Blockly.Blocks['stack_block'];
|
||||
delete Blockly.Blocks['row_block'];
|
||||
}
|
||||
@@ -70,7 +70,7 @@ function generatorTest_setUp() {
|
||||
}
|
||||
|
||||
function generatorTest_tearDown() {
|
||||
undefineTestBlocks();
|
||||
undefineGeneratorTestBlocks();
|
||||
workspace.dispose();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user