fix test
This commit is contained in:
parent
23b0c1bf6b
commit
6d0a074588
@ -12,7 +12,7 @@ fn test_mymod() {
|
|||||||
make_pub: false
|
make_pub: false
|
||||||
}
|
}
|
||||||
os.write_file('assets_generated.v', gen.generate())!
|
os.write_file('assets_generated.v', gen.generate())!
|
||||||
ret := os.execute('sh -c "v run ."')
|
ret := os.execute('${os.quoted_path(@VEXE)} run .')
|
||||||
dump(diff.compare_text(ret.output, expected_out)!)
|
dump(diff.compare_text(ret.output, expected_out)!)
|
||||||
assert ret.output == expected_out
|
assert ret.output == expected_out
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user