path for test file fixed

This commit is contained in:
Nicolas 2025-09-30 23:19:35 +02:00
parent a6cd0f3dc9
commit 3b7fcdb88b
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ def test_compile():
print('#', il.print())
il.to_file('./bin/test.copapy')
il.to_file('test.copapy')
result = run_command(['./bin/runmem2', 'test.copapy'])
print(result)