fix up my test bustage by removing a spurious { the review didn't catch, not sure why I did put it there, sorry.

This commit is contained in:
Robert Kaiser 2008-12-10 14:33:52 +01:00
Родитель 11b3c8d8d8
Коммит c433829513
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -20,7 +20,7 @@
var wccrID = "@mozilla.org/embeddor.implemented/web-content-handler-registrar;1";
/* abort the test if web feed handlers are not available */
if (!Cc[wccrID]) {
if (!Cc[wccrID])
SimpleTest.finish()
/* Turn off the first run UI */