mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-24 19:28:48 +00:00
headless-browser: Store each test's relative path on the Test object
Rather than having to compute it each time we want it.
This commit is contained in:
parent
3947c6d4ed
commit
49eeaaf8fe
Notes:
github-actions[bot]
2024-11-30 17:11:24 +00:00
Author: https://github.com/trflynn89
Commit: 49eeaaf8fe
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2656
2 changed files with 18 additions and 16 deletions
|
@ -59,6 +59,7 @@ struct Test {
|
|||
|
||||
ByteString input_path {};
|
||||
ByteString expectation_path {};
|
||||
ByteString relative_path {};
|
||||
|
||||
UnixDateTime start_time {};
|
||||
UnixDateTime end_time {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue