mirror of
https://github.com/open-goal/jak-project
synced 2026-06-01 01:40:07 -04:00
clang-format all the things
This commit is contained in:
@@ -316,8 +316,7 @@ TEST(GoosReader, TopLevel) {
|
||||
|
||||
TEST(GoosReader, FromFile) {
|
||||
Reader reader;
|
||||
auto result =
|
||||
reader.read_from_file(util::combine_path({"test", "test_reader_file0.gc"})).print();
|
||||
auto result = reader.read_from_file(util::combine_path({"test", "test_reader_file0.gc"})).print();
|
||||
EXPECT_TRUE(result == "(top-level (1 2 3 4))");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user