Skip to content

Commit

Permalink
Restore @eval test
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed Mar 8, 2017
1 parent ef4618f commit b17260a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sectry_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ describe('message listeners', function () {
}
);

// testIO('eval', '@ 6 * 7', '42');
testIO('eval', '@eval 6 * 7', '42');

});

Expand Down

0 comments on commit b17260a

Please sign in to comment.