зеркало из https://github.com/mozilla/gecko-dev.git
Bug 896738 - Declare msg variable in testing/xpcshell/head.js. r=ted
This commit is contained in:
Родитель
537e7ac1be
Коммит
2662cdbba8
|
@ -344,7 +344,7 @@ function _execute_test() {
|
|||
// possible that this will mask an NS_ERROR_ABORT that happens after a
|
||||
// do_check failure though.
|
||||
if (!_quit || e != Components.results.NS_ERROR_ABORT) {
|
||||
msg = "TEST-UNEXPECTED-FAIL | ";
|
||||
let msg = "TEST-UNEXPECTED-FAIL | ";
|
||||
if (e.fileName) {
|
||||
msg += e.fileName;
|
||||
if (e.lineNumber) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче