Skip to content

Commit

Permalink
rename subtest
Browse files Browse the repository at this point in the history
Co-Authored-By: Philip Jägenstedt <philip@foolip.org>
  • Loading branch information
saschanaz and foolip committed Sep 24, 2019
1 parent c691f17 commit 7f344a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/idlharness.js
Original file line number Diff line number Diff line change
Expand Up @@ -3313,7 +3313,7 @@ function idl_test(srcs, deps, idl_setup_func) {
const message = validations.map(v => v.message).join("\n\n");
throw new Error(message);
}
}, "IDL validation");
}, "idl_test validation");
for (var i = 0; i < srcs.length; i++) {
idl_array.internal_add_idls(astArray[i]);
}
Expand Down

0 comments on commit 7f344a3

Please sign in to comment.