diff options
author | Chun-wei Fan <fanc999@yahoo.com.tw> | 2023-01-05 12:33:40 +0800 |
---|---|---|
committer | Chun-wei Fan <fanc999@yahoo.com.tw> | 2023-01-05 12:33:40 +0800 |
commit | 974c1e6638feed8365bb697c8c60677952ccd6fa (patch) | |
tree | 5cde398a58dd7832f646ddf9cab9790b3d34cb24 /.gitlab-ci.yml | |
parent | 699fb49a70038a682fcc381108fc283d12ba48bc (diff) | |
download | glibmm-974c1e6638feed8365bb697c8c60677952ccd6fa.tar.gz |
Fix giomm_simple test on Windows
One normally cannot attempt to remove (delete) a file on Windows if it
is still open, so we must close the resources that are tied to the file
before attempting to delete it.
Without doing so, the test program will fail on Windows as an exception
is caught as the file->remove() call failed since the associated
iostream is still open.
Diffstat (limited to '.gitlab-ci.yml')
0 files changed, 0 insertions, 0 deletions