Skip to content

Commit

Permalink
fix: re-run clean and build on master to sync generated tests (#3247)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron authored Oct 6, 2021
1 parent 61339fd commit 7be8fca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ info: |
---*/
var returnCount = 0;
var unreachable = 0;
function ReturnError() {}
var iterable = {};
var iterator = {
return: function() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ info: |
---*/
var returnCount = 0;
var unreachable = 0;
function ReturnError() {}
var iterable = {};
var iterator = {
return: function() {
Expand Down

0 comments on commit 7be8fca

Please sign in to comment.