mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 13:37:40 +03:00
Removed A2STR strings other than NIL
This commit is contained in:
parent
4423ece43d
commit
d95a179876
7 changed files with 15 additions and 59 deletions
|
@ -38,7 +38,7 @@ void ExceptionTest::testStackTrace()
|
|||
("Exception: [ExceptionTest.cc:34] errorCode=2 exception thrown\n"
|
||||
" -> [ExceptionTest.cc:32] errorCode=2 cause2\n"
|
||||
" -> [ExceptionTest.cc:31] errorCode=2 cause1\n"),
|
||||
util::replace(e.stackTrace(), A2_TEST_DIR+A2STR::SLASH_C, ""));
|
||||
util::replace(e.stackTrace(), std::string(A2_TEST_DIR)+"/", ""));
|
||||
}
|
||||
|
||||
} // namespace aria2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue