summaryrefslogtreecommitdiffstats
path: root/spec/env
diff options
context:
space:
mode:
Diffstat (limited to 'spec/env')
-rw-r--r--spec/env/runner.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/env/runner.js b/spec/env/runner.js
index 56fc8d4..98d2482 100644
--- a/spec/env/runner.js
+++ b/spec/env/runner.js
@@ -13,9 +13,9 @@ var files = fs.readdirSync(testDir)
.filter(function(name) { return (/.*\.js$/).test(name); })
.map(function(name) { return testDir + '/' + name; });
-run('./node', function() {
+run('./runtime', function() {
run('./browser', function() {
- run('./runtime', function() {
+ run('./node', function() {
/*eslint-disable no-process-exit */
process.exit(errors);
/*eslint-enable no-process-exit */