Bug 883687; fix typo in 'Found unexpected crash dump' message . r=heycam

This commit is contained in:
Nicholas Cameron 2013-06-18 14:18:55 +12:00
Родитель 0549f69793
Коммит 0f4f7601bd
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1647,7 +1647,7 @@ function FindUnexpectedCrashDumpFiles()
gDumpLog("REFTEST TEST-UNEXPECTED-FAIL | " + gCurrentURL +
" | This test left crash dumps behind, but we weren't expecting it to!\n");
}
gDumpLog("REFTEST INFO | Found unexpected crash dump file" + path +
gDumpLog("REFTEST INFO | Found unexpected crash dump file " + path +
".\n");
gUnexpectedCrashDumpFiles[path] = true;
}