Bug 735805 part 6 - Fix more toolkit mochitests that run no tests; r=enndeakin

This commit is contained in:
Aryeh Gregor 2012-03-20 13:29:14 -04:00
parent 18007ca69a
commit 4ff1c90aea
2 changed files with 2 additions and 0 deletions

View File

@ -211,6 +211,7 @@ function testSetup()
} catch (ex) { }
if (!isWin7OrHigher) {
ok(true, "This test only runs on Windows 7 or higher");
return;
}

View File

@ -72,6 +72,7 @@ function test() {
} catch (ex) { }
if (!isWin7OrHigher) {
ok(true, "This test only runs on Windows 7 or higher");
return;
}