TST Fix test_pywasmcross.py::test_handle_command (#1032)

This commit is contained in:
Roman Yurchak 2021-01-03 17:11:32 +01:00 committed by GitHub
parent 5ed423d9b3
commit d5a7ada6ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ def test_handle_command():
args = Args(cflags="", cxxflags="", ldflags="", host="", replace_libs="bob=fred")
assert (
handle_command_wrap("gcc -shared -c test.o -lbob -o test.so", args)
== "emcc -shared -c test.bc -lfred -o test.wasm"
== "emcc -shared -c test.o -lfred -o test.wasm"
)
# compilation checks in numpy