Skip to content

Commit

Permalink
test: remove useless line
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Jan 22, 2014
1 parent 53eb3a2 commit ba93690
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/unit/compiler-test.js
Expand Up @@ -217,9 +217,6 @@ describe('XJST Compiler', function () {


it('should reset applyNext x 32', function() { it('should reset applyNext x 32', function() {
run(function() { run(function() {
oninit(function(exports, xjst) {
exports.reset = xjst.resetApplyNext;
});
template()('ok'); template()('ok');
template()(function() { return applyNext(); }); template()(function() { return applyNext(); });
template()(function() { return applyNext(); }); template()(function() { return applyNext(); });
Expand Down

0 comments on commit ba93690

Please sign in to comment.