Skip to content

Commit

Permalink
removing duplicate flags
Browse files Browse the repository at this point in the history
adding additional iojs flags
  • Loading branch information
ryedog committed Jun 5, 2015
1 parent d71a5c6 commit 6a5a266
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions bin/mocha
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,22 @@ process.argv.slice(2).forEach(function(arg){
case '--gc-global':
case '--harmony':
case '--es_staging':
case '--harmony-proxies':
case '--harmony_proxies':
case '--harmony_arrays':
case '--harmony_array_includes':
case '--harmony_arrow_functions':
case '--harmony_classes':
case '--harmony-collections':
case '--harmony_collections':
case '--harmony-generators':
case '--harmony_generators':
case '--harmony_modules':
case '--harmony-proxies':
case '--harmony_proxies':
case '--harmony_regexps':
case '--harmony_shipping':
case '--harmony_arrow_functions':
case '--harmony_sloppy':
case '--harmony_rest_parameters':
case '--harmony_proxies':
case '--harmony_classes':
case '--harmony_unicode':
case '--no-deprecation':
case '--prof':
case '--throw-deprecation':
Expand Down

0 comments on commit 6a5a266

Please sign in to comment.