Introspection test: Reverse os.add_dll_directory() order
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 26 Apr 2022 03:19:16 +0000 (11:19 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 26 Apr 2022 03:52:31 +0000 (11:52 +0800)
commit65a7df47f20913caa6b051e19b558ebcad4fe083
tree6f36abcf90bbffd84b54fe705a857c44ebb1c8e8
parent3471c22f52a396fc04eb064eb363afa8f098cd6a
Introspection test: Reverse os.add_dll_directory() order

It looks like os.add_dll_directory() works in a LIFO order, so we call
os.add_dll_directory() from the end of the list of directories in %PATH%
so that the directories are searched in the correct order.
testsuite/introspection/api.py