[Pkg-javascript-commits] [node-async] 276/480: remove test-strict.js
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 08:58:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-async.
commit c09599f50c6c8a1d5558c7a8d3cd1b9ce31a02a0
Author: Caolan McMahon <caolan at caolanmcmahon.com>
Date: Wed Feb 6 12:46:39 2013 +0000
remove test-strict.js
---
test/test-strict.js | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/test/test-strict.js b/test/test-strict.js
deleted file mode 100644
index 39c14bf..0000000
--- a/test/test-strict.js
+++ /dev/null
@@ -1,19 +0,0 @@
-// run like this:
-// node --harmony --use-strict test-strict.js
-
-var async = require('../lib/async');
-
-function hi() {
- let i = "abcd";
- for (let i = 0; i < 3; i++) {
- console.log(i);
- }
- console.log(i);
-}
-function hi2(){
- console.log("blah");
-}
-
-async.parallel([hi, hi2], function() {
- console.log("done");
-});
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git
More information about the Pkg-javascript-commits
mailing list