Skip to content

Commit 2b99cfb

Browse files
committed
Re-add deserialization tests
1 parent 0f11042 commit 2b99cfb

4 files changed

Lines changed: 644 additions & 605 deletions

File tree

.zed/debug.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"args": [],
5555
"cwd": "$ZED_WORKTREE_ROOT",
5656
"env": {
57-
"DEBUG_TEST_FUNCTION": "test_cff_index_seek_offset_size_2"
57+
"DEBUG_TEST_FUNCTION": "test_deserialize_primitive_arrays"
5858
}
5959
},
6060
"program": "$ZED_WORKTREE_ROOT/build/libs/test/pdf-test-main",

libs/logger/include/logger/log_groups.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
X(XREF, INHERIT, PDF) \
1818
X(CTX, INHERIT, PDF) \
1919
X(OBJECT, OFF, PDF) \
20-
X(DESERDE, INHERIT, PDF) \
20+
X(DESERDE, TRACE, PDF) \
2121
X(RENDER, INHERIT, GLOBAL) \
2222
X(FONT, INHERIT, GLOBAL) \
2323
X(PS, OFF, GLOBAL) \

0 commit comments

Comments
 (0)