Skip to content

Commit

Permalink
[fix] Changed require('sys') to require('util') for compatibility wit…
Browse files Browse the repository at this point in the history
…h node v0.8
  • Loading branch information
blakmatrix committed Jun 23, 2012
1 parent 9f2c438 commit 8aa92a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util/expect.js
Expand Up @@ -10,7 +10,7 @@ var expect = require('expect.js');
var Assertion = expect.Assertion
, statusCodes = require('http').STATUS_CODES
, j = function(elem){ return '[jQuery ' + i(elem.selector.replace(/^ *\* */, '')) + ']'; }
, i = require('sys').inspect;
, i = require('util').inspect;

/**
* Number strings.
Expand Down

0 comments on commit 8aa92a4

Please sign in to comment.