Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Bug 770578 - Fix win7-ix typo. r=bustage
Browse files Browse the repository at this point in the history
  • Loading branch information
Armen Zambrano Gasparnian committed May 9, 2013
1 parent b01e58d commit a90e8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trychooser/tryload.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function getTryLoads(callback) {
totalTestLoad["win32"] = Math.max(
load_try_test["winxp"] + load_nontry_test["winxp"],
load_try_test["win7"] + load_nontry_test["win7"],
load_try_test["win7"] + load_nontry_test["win7-ix"]);
load_try_test["win7-ix"] + load_nontry_test["win7-ix"]);
totalTestLoad["android"] = Math.max(
load_try_test["tegra"] + load_nontry_test["tegra"],
load_try_test["panda"] + load_nontry_test["panda"]);
Expand Down

0 comments on commit a90e8bb

Please sign in to comment.