diff --git a/tests/test_find.cpp b/tests/test_find.cpp index 5582da8..238390c 100644 --- a/tests/test_find.cpp +++ b/tests/test_find.cpp @@ -19,7 +19,7 @@ #include using test_value_types = std::tuple< - toml::value, + toml::basic_value, toml::basic_value, toml::basic_value, toml::basic_value diff --git a/tests/test_find_or.cpp b/tests/test_find_or.cpp index 434f943..72e5450 100644 --- a/tests/test_find_or.cpp +++ b/tests/test_find_or.cpp @@ -17,7 +17,7 @@ #endif using test_value_types = std::tuple< - toml::value, + toml::basic_value, toml::basic_value, toml::basic_value, toml::basic_value diff --git a/tests/test_get.cpp b/tests/test_get.cpp index 0749fd4..9a795f2 100644 --- a/tests/test_get.cpp +++ b/tests/test_get.cpp @@ -17,7 +17,7 @@ #endif using test_value_types = std::tuple< - toml::value, + toml::basic_value, toml::basic_value, toml::basic_value, toml::basic_value diff --git a/tests/test_get_or.cpp b/tests/test_get_or.cpp index 82e4839..a709ae7 100644 --- a/tests/test_get_or.cpp +++ b/tests/test_get_or.cpp @@ -17,7 +17,7 @@ #endif using test_value_types = std::tuple< - toml::value, + toml::basic_value, toml::basic_value, toml::basic_value, toml::basic_value