Correct typo in soa data type debug information generation

This commit is contained in:
gingerBill
2021-11-01 23:00:42 +00:00
parent 4f0a3eec24
commit b01e0fbbc2
2 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -2440,14 +2440,14 @@ main :: proc() {
range_statements_with_multiple_return_values()
threading_example()
when !ODIN_DEBUG {
// when !ODIN_DEBUG {
/*
This test causes the following error when compiled with -`debug`:
`Kernel32.lib(KERNEL32.dll) : fatal error LNK1103: debugging information corrupt; recompile module`
Only compile when not running under debug for now to not hold up CI for other commits.
*/
soa_struct_layout()
}
// }
constant_literal_expressions()
union_maybe()