mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:38:11 +00:00
Everywhere: Move commonmark.spec.json to /home/anon/Tests
This commit is contained in:
parent
95b295971d
commit
97f622747b
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
TEST_SETUP
|
||||
{
|
||||
auto file_or_error = Core::Stream::File::open("/home/anon/commonmark.spec.json", Core::Stream::OpenMode::Read);
|
||||
auto file_or_error = Core::Stream::File::open("/home/anon/Tests/commonmark.spec.json", Core::Stream::OpenMode::Read);
|
||||
if (file_or_error.is_error())
|
||||
file_or_error = Core::Stream::File::open("./commonmark.spec.json", Core::Stream::OpenMode::Read);
|
||||
VERIFY(!file_or_error.is_error());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue