Skip to content

Commit dfa2a92

Browse files
author
Brandyn Tucknott
committed
Reverted correspondence.py back to nearly original state.
1 parent 0393a77 commit dfa2a92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/correspondence/correspondence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def compile_chapel(test_name,test_path,chai_path):
4646
assert test_name == test_path.name
4747
chapel_test_path = test_path / f'{test_name}.chpl'
4848
test_dir = chapel_test_path.parent
49-
os.system(f'chpl {chapel_test_path} -M {chai_path / "lib"} -o {test_dir / test_name}')
49+
os.system(f'chpl {chapel_test_path} -M {chai_path / 'lib'} -o {test_dir / test_name}')
5050

5151

5252
def run_chapel_test(test_name,test_path):

0 commit comments

Comments
 (0)