From ad87ad529947e29adbee0dc2016069b71495a609 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Mon, 7 Jun 2010 16:48:07 +0200 Subject: Adding JEP-10 support. --- tests/test-util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-util.js b/tests/test-util.js index a9d0e6a..6292e84 100644 --- a/tests/test-util.js +++ b/tests/test-util.js @@ -186,7 +186,7 @@ exports.ensureLoadText = function (test) { // test.waitUntilDone(); // util.loadText(url, function (txt) { // console.log(txt); -// //test.assertEqual(txt, pushkinTestString); +// test.assertEqual(txt, pushkinTestString); // test.done(); // }); // }; -- cgit