Skip to content

Commit 85d05df

Browse files
author
Brandyn Tucknott
committed
Undo my changes to test/correspondence/correspondence.py.
1 parent 08dcbce commit 85d05df

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

test/correspondence/correspondence.py

Lines changed: 2 additions & 3 deletions
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):
@@ -116,5 +116,4 @@ def run_python_test(test_name,test_path):
116116
else:
117117
print('[passed]', test_name)
118118

119-
# python_test_path = test['absolute_path'] / f'{test_name}.py'
120-
119+
# python_test_path = test['absolute_path'] / f'{test_name}.py'

0 commit comments

Comments
 (0)