mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 20:49:27 +00:00
Bug 1167627 - Part 5: Use mozinfo in widget/.
This commit is contained in:
parent
b2edf2387f
commit
c080139694
@ -249,10 +249,9 @@ function test_jumplist()
|
||||
|
||||
function run_test()
|
||||
{
|
||||
var isWindows = ("@mozilla.org/windows-registry-key;1" in Components.classes);
|
||||
if (!isWindows)
|
||||
if (mozinfo.os != "win") {
|
||||
return;
|
||||
|
||||
}
|
||||
test_basics();
|
||||
test_separator();
|
||||
test_hashes();
|
||||
|
Loading…
x
Reference in New Issue
Block a user