diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-11-08 20:55:58 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-11-09 00:41:00 +0100 |
commit | d016d5e365ca7fabee627cf68032a3667fd29a37 (patch) | |
tree | 95690910c43bfb6fb7770e4af27441294cbe359a /AK/Tests | |
parent | bce510bf6ff14ccd86507e560e734cb56d754b20 (diff) | |
download | serenity-d016d5e365ca7fabee627cf68032a3667fd29a37.zip |
HackStudio: Start fleshing out the GUI for a GUI designer :^)
I'll be reconstructing parts of the VisualBuilder application here and
then we can retire VisualBuilder entirely once all the functionality
is available in HackStudio.
Diffstat (limited to 'AK/Tests')
-rw-r--r-- | AK/Tests/TestJSON.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AK/Tests/TestJSON.cpp b/AK/Tests/TestJSON.cpp index 30cef3fd3e..bbdfd25817 100644 --- a/AK/Tests/TestJSON.cpp +++ b/AK/Tests/TestJSON.cpp @@ -9,7 +9,7 @@ TEST_CASE(load_form) { - FILE* fp = fopen("../../Base/home/anon/test.frm", "r"); + FILE* fp = fopen("../../Base/home/anon/little/test.frm", "r"); ASSERT(fp); StringBuilder builder; |