Skip to content

Commit

Permalink
right dir?
Browse files Browse the repository at this point in the history
  • Loading branch information
agroce committed Aug 25, 2024
1 parent 51e78b3 commit 2b2092d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_basic.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import subprocess

def test_record_replay():
r = subprocess.call(["gcc -o toy ../test/toy.c"], shell=True)
r = subprocess.call(["gcc -o toy test/toy.c"], shell=True)
assert r == 0

with open("out1.txt", 'w') as f:
Expand Down

0 comments on commit 2b2092d

Please sign in to comment.