Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
Report all "Not Implemented" messages when creating the SWF test run …
Browse files Browse the repository at this point in the history
…reports
  • Loading branch information
tschneidereit committed Aug 27, 2015
1 parent b2217ca commit 0691aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/report.js
Expand Up @@ -64,7 +64,7 @@ histogramNames.forEach(function (n) {
print();
print(n + " Count: " + h.length);
print();
histogram(h, 10).forEach(function (v) {
histogram(h, n === "Not Implemented" ? 1 : 10).forEach(function (v) {
print(v[1] + ": " + v[0]);
});
});
});

0 comments on commit 0691aff

Please sign in to comment.