summaryrefslogtreecommitdiff
path: root/test/visit_archive.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/visit_archive.cxx')
-rw-r--r--test/visit_archive.cxx12
1 files changed, 5 insertions, 7 deletions
diff --git a/test/visit_archive.cxx b/test/visit_archive.cxx
index 2507b0846..f14d408a4 100644
--- a/test/visit_archive.cxx
+++ b/test/visit_archive.cxx
@@ -42,15 +42,13 @@ class GlobalInit {
const ScopeArchivePluginsInit archive_plugins_init;
#endif
+ const ScopeInputPluginsInit input_plugins_init;
+
public:
- GlobalInit() {
+ GlobalInit()
+ :input_plugins_init(ConfigData(), io_thread.GetEventLoop())
+ {
io_thread.Start();
- input_stream_global_init(ConfigData(),
- io_thread.GetEventLoop());
- }
-
- ~GlobalInit() {
- input_stream_global_finish();
}
};