소스 검색

Remove comments

gingerBill 3 년 전
부모
커밋
e2e9b5d3b0
1개의 변경된 파일1개의 추가작업 그리고 10개의 파일을 삭제
  1. 1 10
      examples/demo/demo.odin

+ 1 - 10
examples/demo/demo.odin

@@ -2439,16 +2439,7 @@ main :: proc() {
 		deprecated_attribute()
 		range_statements_with_multiple_return_values()
 		threading_example()
-
-		// 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()
-		// }
-
+		soa_struct_layout()
 		constant_literal_expressions()
 		union_maybe()
 		explicit_context_definition()