diff options
author | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2023-01-08 12:18:55 +0000 |
---|---|---|
committer | Kjell Ahlstedt <kjellahlstedt@gmail.com> | 2023-01-08 12:18:55 +0000 |
commit | 4da62c32ab6ab0c7ae3a2b332fef69c07d4dc850 (patch) | |
tree | 5cde398a58dd7832f646ddf9cab9790b3d34cb24 /tests/giomm_simple/main.cc | |
parent | 699fb49a70038a682fcc381108fc283d12ba48bc (diff) | |
parent | 974c1e6638feed8365bb697c8c60677952ccd6fa (diff) | |
download | glibmm-4da62c32ab6ab0c7ae3a2b332fef69c07d4dc850.tar.gz |
Merge branch 'fix-giomm-simple-test-windows' into 'master'
Fix giomm_simple test on Windows
See merge request GNOME/glibmm!58
Diffstat (limited to 'tests/giomm_simple/main.cc')
-rw-r--r-- | tests/giomm_simple/main.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/giomm_simple/main.cc b/tests/giomm_simple/main.cc index 7d28466a..263f972d 100644 --- a/tests/giomm_simple/main.cc +++ b/tests/giomm_simple/main.cc @@ -92,6 +92,7 @@ main(int, char**) std::cerr << "Gio::InputStream::read() read: " << buffer << std::endl; return EXIT_FAILURE; } + iostream->close(); file->remove(); } catch (const Glib::FileError& ex) |