Bug 896738 - Declare msg variable in testing/xpcshell/head.js. r=ted

This commit is contained in:
aceman 2013-08-01 10:39:18 +01:00
Родитель 537e7ac1be
Коммит 2662cdbba8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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) {