From d808c068d2110405bbfb64e5f2a70d3e15de070c Mon Sep 17 00:00:00 2001 From: Christopher Allen Date: Tue, 7 Feb 2023 10:25:13 +0000 Subject: [PATCH] fix(tests): Use build/msg/en.js instead of msg/messages.js (#6825) This change had already been made (by PR #6475 amongst other) to most of the tests, but there were a couple of stragglers that still mentioned messages.js. Fixes #6824. --- tests/bootstrap_helper.js | 2 +- tests/playgrounds/shared_procedures.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/bootstrap_helper.js b/tests/bootstrap_helper.js index 4a22dadcb..8809fe79c 100644 --- a/tests/bootstrap_helper.js +++ b/tests/bootstrap_helper.js @@ -10,7 +10,7 @@ * This is loaded, via goog.bootstrap(), after the other top-level * Blockly modules. It simply calls goog.require() for each of them, * to force the debug module loader to finish loading them before any - * non-module scripts (like msg/messages.js) that might have + * non-module scripts (like msg/en.js) that might have * undeclared dependencies on them. */ diff --git a/tests/playgrounds/shared_procedures.html b/tests/playgrounds/shared_procedures.html index 63a1a9054..c1681e540 100644 --- a/tests/playgrounds/shared_procedures.html +++ b/tests/playgrounds/shared_procedures.html @@ -9,7 +9,7 @@