Remove references to removed test_blocks.js (#4173)

* Remove test blocks reference from compile tests.

* Remove test blocks reference from compile script
This commit is contained in:
Monica Kozbial
2020-08-18 16:33:57 -07:00
committed by GitHub
parent 34aff27f96
commit 408319823e
3 changed files with 0 additions and 3 deletions

View File

@@ -436,7 +436,6 @@ function buildLangfiles(done) {
function buildAdvancedCompilationTest() {
const srcs = [
'tests/compile/main.js',
'tests/blocks/test_blocks.js',
'core/**/**/*.js',
'blocks/*.js',
'generators/**/*.js'];

View File

@@ -71,7 +71,6 @@ tempPath="$BLOCKLY_ROOT/temp_core"
corePath="$BLOCKLY_ROOT/core/*"
mkdir $tempPath
cp $corePath $tempPath
cp "$BLOCKLY_ROOT/tests/compile/test_blocks.js" "$tempPath/test_blocks.js"
# Copy over all files in core and any subdirectories to the temp_core directory.
for dir in "$corePath/" ; do
# For all files in the directory and any subdirectories rename them to

View File

@@ -20,7 +20,6 @@ goog.require('Blockly.Constants.Colour');
goog.require('Blockly.Constants.Variables');
goog.require('Blockly.Constants.VariablesDynamic');
goog.require('Blockly.Blocks.procedures');
goog.require('Blockly.TestBlocks')
Main.init = function() {
Blockly.inject('blocklyDiv', {