Skip to content

Commit a2270c8

Browse files
committed
vcpkg: fix test
1 parent 4f41f80 commit a2270c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vcpkg/test/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <tst/check.hpp>
33

44
namespace{
5-
const tst::set("test_set", [](tst::suite& suite){
5+
const tst::set set("test_set", [](tst::suite& suite){
66
suite.add("sample_test", [](){
77
std::string s = "Hi!";
88
tst::check_eq(s.size(), size_t(3), SL);

vcpkg/test/vcpkg-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{
99
"kind": "git",
1010
"repository": "https://github.com/cppfw/vcpkg-repo/",
11-
"baseline": "",
11+
"baseline": "e520eb376507426febb1e46d79e936d187a023c9",
1212
"reference": "main",
1313
"packages": [ "utki", "clargs", "opros", "nitki" ]
1414
}

0 commit comments

Comments
 (0)