mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
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:
@@ -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'];
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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', {
|
||||
|
||||
Reference in New Issue
Block a user