Bug 1167627 - Part 5: Use mozinfo in widget/.

This commit is contained in:
Hiroyuki Ikezoe 2015-08-25 14:54:00 +02:00
parent b1d062c1f1
commit aab422f2c6

View File

@ -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();