mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
More deprecations in lib6, and updates to lib7
This commit is contained in:
@@ -476,7 +476,7 @@ fn void test_file(Path file_path)
|
||||
io::printfn(`FAILED - %s did not contain: "%s"`, file.name, next);
|
||||
io::printfn("\n\n\n---------------------------------------------------> %s\n\n", file.name);
|
||||
(void)file_ll.seek(0);
|
||||
(void)io::printn((String)io::read_new_fully(&file_ll, allocator: allocator::temp()));
|
||||
(void)io::printn((String)io::read_fully(tmem(), &file_ll));
|
||||
io::printfn("<---------------------------------------------------- %s\n", file_path);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user