From 4b5d2d11c53628e9d65e907a179458a19192e45a Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Mon, 21 Apr 2014 22:56:22 +0200 Subject: test.cfg file is now created by the test suite --- src/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/test.cpp b/src/test.cpp index 696438d..d3d4f49 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -186,7 +186,7 @@ int main() std::cout << color << "Testing config…" << reset << std::endl; Config::filename = "test.cfg"; Config::file_must_exist = false; - Config::set("coucou", "bonjour"); + Config::set("coucou", "bonjour", true); Config::close(); bool error = false; -- cgit v1.2.3