diff options
Diffstat (limited to 'test/unit_tests/main.cpp')
-rw-r--r-- | test/unit_tests/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/unit_tests/main.cpp b/test/unit_tests/main.cpp index cacb02f..522270f 100644 --- a/test/unit_tests/main.cpp +++ b/test/unit_tests/main.cpp @@ -1,7 +1,7 @@ // Copyright (c) 2020 Egor Tensin <Egor.Tensin@gmail.com> -// This file is part of the "PDB repository" project. -// For details, see https://github.com/egor-tensin/pdb-repo. +// This file is part of the "winapi-debug" project. +// For details, see https://github.com/egor-tensin/winapi-debug. // Distributed under the MIT License. -#define BOOST_TEST_MODULE pdb_repo tests +#define BOOST_TEST_MODULE winapi_debug tests #include <boost/test/unit_test.hpp> |