mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-03 11:42:28 +00:00
temp log for more info about semid_ds fail
This commit is contained in:
@@ -53,6 +53,8 @@ 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 ----------- */
|
||||
|
||||
Reference in New Issue
Block a user