Laytan Laats пре 1 година
родитељ
комит
af962526df
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tests/core/runtime/test_core_runtime.odin

+ 1 - 1
tests/core/runtime/test_core_runtime.odin

@@ -28,8 +28,8 @@ when ODIN_TEST {
 main :: proc() {
 main :: proc() {
 	t := testing.T{}
 	t := testing.T{}
 
 
-	test_temp_allocator_alignment_boundary(&t)
 	test_temp_allocator_big_alloc_and_alignment(&t)
 	test_temp_allocator_big_alloc_and_alignment(&t)
+	test_temp_allocator_alignment_boundary(&t)
 
 
 	fmt.printf("%v/%v tests successful.\n", TEST_count - TEST_fail, TEST_count)
 	fmt.printf("%v/%v tests successful.\n", TEST_count - TEST_fail, TEST_count)
 	if TEST_fail > 0 {
 	if TEST_fail > 0 {