projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8f2880
)
Require without .js in test-repl
author
Ryan Dahl
<ry@tinyclouds.org>
Wed, 1 Dec 2010 21:40:28 +0000
(13:40 -0800)
committer
Ryan Dahl
<ry@tinyclouds.org>
Wed, 1 Dec 2010 21:40:28 +0000
(13:40 -0800)
test/simple/test-repl.js
patch
|
blob
|
history
diff --git
a/test/simple/test-repl.js
b/test/simple/test-repl.js
index d2465087219de3dc769096855c6225821160918c..b788583ce0e06f55aab6a92c994d1ecfbc826078 100644
(file)
--- a/
test/simple/test-repl.js
+++ b/
test/simple/test-repl.js
@@
-11,7
+11,7
@@
var net = require("net"),
server_tcp, server_unix, client_tcp, client_unix, timer;
// absolute path to test/fixtures/a.js
-var moduleFilename = require("path").join(common.fixturesDir, "a
.js
");
+var moduleFilename = require("path").join(common.fixturesDir, "a");
common.error('repl test');