summaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/callbacktest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/callbacktest.cpp b/src/test/callbacktest.cpp
index 1152e12..78736f8 100644
--- a/src/test/callbacktest.cpp
+++ b/src/test/callbacktest.cpp
@@ -10,6 +10,6 @@ TEST(JournalTest, Test)
// make sure the program runs without crashing...
for (auto& c : ConfigPropertyCallbacks::get())
{
- (*c)();
+ (*c)(Context::START);
}
}
OpenPOWER on IntegriCloud