summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2023-01-08 12:18:55 +0000
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2023-01-08 12:18:55 +0000
commit4da62c32ab6ab0c7ae3a2b332fef69c07d4dc850 (patch)
tree5cde398a58dd7832f646ddf9cab9790b3d34cb24
parent699fb49a70038a682fcc381108fc283d12ba48bc (diff)
parent974c1e6638feed8365bb697c8c60677952ccd6fa (diff)
downloadglibmm-4da62c32ab6ab0c7ae3a2b332fef69c07d4dc850.tar.gz
Merge branch 'fix-giomm-simple-test-windows' into 'master'
Fix giomm_simple test on Windows See merge request GNOME/glibmm!58
-rw-r--r--tests/giomm_simple/main.cc1
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)