Skip to content

Commit b9570ee

Browse files
committed
scale-test: Fix a typo
1 parent 6378079 commit b9570ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/scale-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def run_once_with_primary(args, ast, rng, primary_idx):
6868

6969
mode = "-c"
7070
if args.typecheck:
71-
mode = "-typechec"
71+
mode = "-typecheck"
7272

7373
focus = ["-primary-file", primary]
7474
if args.whole_module_optimization:

0 commit comments

Comments
 (0)