mirror of https://github.com/pyodide/pyodide.git
CI Fix black
This commit is contained in:
parent
3a9e21e424
commit
075116857f
|
@ -90,7 +90,10 @@ def test_handle_command_ldflags():
|
||||||
|
|
||||||
args = BuildArgs()
|
args = BuildArgs()
|
||||||
assert (
|
assert (
|
||||||
handle_command_wrap("gcc -Wl,--strip-all,--as-needed -Wl,--sort-common,-z,now,-Bsymbolic-functions -shared -c test.o -o test.so", args)
|
handle_command_wrap(
|
||||||
|
"gcc -Wl,--strip-all,--as-needed -Wl,--sort-common,-z,now,-Bsymbolic-functions -shared -c test.o -o test.so",
|
||||||
|
args,
|
||||||
|
)
|
||||||
== "emcc -Wl,-z,now -c test.o -o test.so"
|
== "emcc -Wl,-z,now -c test.o -o test.so"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue