Skip to content

Commit 46ad91d

Browse files
committed
typo
1 parent 9fe100c commit 46ad91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ def compile_and_test(compiler, compiler_name,
652652
os.system('./a.out < ' + input_file + ' > ' + output_file)
653653

654654
os.system(sed + " -i '$a\\' " + program_root + '.out')
655-
os.system(sed = " -i '$a\\' " + program_root + '.golden')
655+
os.system(sed + " -i '$a\\' " + program_root + '.golden')
656656
result = os.system('diff ' + program_root + '.out ' \
657657
+ program_root + '.golden')
658658
if result == 0:

0 commit comments

Comments
 (0)