mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 21:17:41 +03:00
Use user-defined literals for time units
This commit is contained in:
parent
dd277b33af
commit
0b48bb1dbd
44 changed files with 108 additions and 88 deletions
|
@ -915,7 +915,7 @@ void RpcMethodTest::testGatherStoppedDownload()
|
|||
d->fileEntries = fileEntries;
|
||||
d->inMemoryDownload = false;
|
||||
d->sessionDownloadLength = UINT64_MAX;
|
||||
d->sessionTime = std::chrono::seconds(1);
|
||||
d->sessionTime = 1_s;
|
||||
d->result = error_code::FINISHED;
|
||||
d->followedBy = followedBy;
|
||||
d->belongsTo = 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue