mirror of https://github.com/Nonannet/copapy.git
path for test file fixed
This commit is contained in:
parent
a6cd0f3dc9
commit
3b7fcdb88b
|
|
@ -25,7 +25,7 @@ def test_compile():
|
||||||
|
|
||||||
print('#', il.print())
|
print('#', il.print())
|
||||||
|
|
||||||
il.to_file('./bin/test.copapy')
|
il.to_file('test.copapy')
|
||||||
|
|
||||||
result = run_command(['./bin/runmem2', 'test.copapy'])
|
result = run_command(['./bin/runmem2', 'test.copapy'])
|
||||||
print(result)
|
print(result)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue