diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2025-11-08 21:27:06 +0100 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2025-11-08 21:27:06 +0100 |
| commit | 8f2a268c2f1892c2dcd3afc09d745bf614f4918c (patch) | |
| tree | e11ddf10e6ebe0bdbb226d7aca9cef54cab7001f /tests | |
| parent | a852b6512c26cd9e30365a233719fb805e641258 (diff) | |
Revert "temp log for more info about semid_ds fail"
This reverts commit fb50a548f75a835d0edeccc57f28df62b059d481.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/core/sys/posix/structs.odin | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/core/sys/posix/structs.odin b/tests/core/sys/posix/structs.odin index e3b8eaa08..66b7cb0e1 100644 --- a/tests/core/sys/posix/structs.odin +++ b/tests/core/sys/posix/structs.odin @@ -53,8 +53,6 @@ execute_struct_checks :: proc(t: ^testing.T) { defer delete(odin_buf) odin_out := get_output(t, &odin_buf, #directory + "/structs/odin_structs", nil) - log.infof("C:\n%s\n\nOdin: %s", c_out, odin_out) - testing.expectf(t, c_out == odin_out, "The C output and Odin output differ!\nC output:\n%s\n\n\n\nOdin Output:\n%s", c_out, odin_out) /* ----------- HELPERS ----------- */ |