aboutsummaryrefslogtreecommitdiff
path: root/test/fixtures/echo.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/echo.js')
-rw-r--r--test/fixtures/echo.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/echo.js b/test/fixtures/echo.js
index 9274f8cf7e..f206b515c7 100644
--- a/test/fixtures/echo.js
+++ b/test/fixtures/echo.js
@@ -1,5 +1,5 @@
common = require("../common");
-assert = common.assert
+assert = common.assert;
common.print("hello world\r\n");