Skip to content

Commit

Permalink
scale-test: Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slavapestov committed Jan 9, 2017
1 parent 6378079 commit b9570ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/scale-test
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def run_once_with_primary(args, ast, rng, primary_idx):

mode = "-c"
if args.typecheck:
mode = "-typechec"
mode = "-typecheck"

focus = ["-primary-file", primary]
if args.whole_module_optimization:
Expand Down

0 comments on commit b9570ee

Please sign in to comment.