Skip to content

Commit

Permalink
maintenance, broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
robertleeplummerjr committed Jun 22, 2018
1 parent 9ad50b8 commit 81ac3f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/internal/kernel-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ QUnit.test('KernelBase paramTypes CPU', function(assert) {
functionBuilder: {
addKernel: function() {},
addFunctions: function() {},
getPrototypes: function() { return []; }
getPrototypes: function() { return []; },
addNativeFunctions: function() {}
},
});
kernel.build([1]);
Expand Down

0 comments on commit 81ac3f2

Please sign in to comment.