diff options
Diffstat (limited to 'test/unit_tests/call_stack.cpp')
-rw-r--r-- | test/unit_tests/call_stack.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit_tests/call_stack.cpp b/test/unit_tests/call_stack.cpp index 4adef63..d4c9c0e 100644 --- a/test/unit_tests/call_stack.cpp +++ b/test/unit_tests/call_stack.cpp @@ -1,6 +1,6 @@ // 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. #include "fixtures.hpp" |