Add call pseudo instruction

This commit is contained in:
2024-09-15 23:03:25 +02:00
parent d29012d30e
commit c9ff4f0a2a
11 changed files with 255 additions and 191 deletions

View File

@@ -118,7 +118,6 @@ enum status run_test(const char *file_entry_name)
close(pipe_ends[0]);
int wait_status = 0;
wait(&wait_status);
make_path(filename, "./expectations/", file_entry_name, ".txt");