mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-10 22:09:32 +00:00
Bug 735805 part 6 - Fix more toolkit mochitests that run no tests; r=enndeakin
This commit is contained in:
parent
18007ca69a
commit
4ff1c90aea
@ -211,6 +211,7 @@ function testSetup()
|
||||
} catch (ex) { }
|
||||
|
||||
if (!isWin7OrHigher) {
|
||||
ok(true, "This test only runs on Windows 7 or higher");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -72,6 +72,7 @@ function test() {
|
||||
} catch (ex) { }
|
||||
|
||||
if (!isWin7OrHigher) {
|
||||
ok(true, "This test only runs on Windows 7 or higher");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user