Bug 788369 followup. Fix test to reflect the new world. r=bustage

This commit is contained in:
Boris Zbarsky 2012-09-07 12:11:04 -04:00
Родитель dc3866e12a
Коммит 7d8cd87902
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -29,15 +29,15 @@ function runTests() {
{mozAnon: 1},
{mozAnon: []},
{get mozAnon() { return true; }},
];
let invalidParameters = [
0,
7,
Math.PI,
"string",
true,
false,
];
let invalidParameters = [
{get mozSystem() { throw "Bla"; } },
];