diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-11-02 16:26:43 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-11-02 16:38:59 -0700 |
commit | 850609ea2d3e0de2aad5485edcc89bd6ddd94b6e (patch) | |
tree | d22bf8992868709a526eb9d432b3fa37da828ccd /test/disabled/test-http-agent2.js | |
parent | 1ba834bd3fee57542479ab687f0030cf57968be4 (diff) | |
download | node-new-850609ea2d3e0de2aad5485edcc89bd6ddd94b6e.tar.gz |
Remove separation of libuv tests
Diffstat (limited to 'test/disabled/test-http-agent2.js')
-rw-r--r-- | test/disabled/test-http-agent2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/disabled/test-http-agent2.js b/test/disabled/test-http-agent2.js index 40e4beac4d..dc41dbdb3f 100644 --- a/test/disabled/test-http-agent2.js +++ b/test/disabled/test-http-agent2.js @@ -19,7 +19,7 @@ // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE // USE OR OTHER DEALINGS IN THE SOFTWARE. -// libuv-broken + var common = require('../common'); |