diff --git a/test/test_suite/compile_time_introspection/defined_inits2.c3t b/test/test_suite/compile_time_introspection/defined_inits2.c3t index a1f60739d..8afd839a7 100644 --- a/test/test_suite/compile_time_introspection/defined_inits2.c3t +++ b/test/test_suite/compile_time_introspection/defined_inits2.c3t @@ -4,7 +4,7 @@ struct Test } fn int main(String[] args) { - int x = test(Test, {"a"}); + bool x = test(Test, {"a"}); return 0; } diff --git a/test/test_suite/globals/global_slice.c3t b/test/test_suite/globals/global_slice.c3t index 504c49032..3565aa0d0 100644 --- a/test/test_suite/globals/global_slice.c3t +++ b/test/test_suite/globals/global_slice.c3t @@ -14,13 +14,6 @@ fn void main() => @pool() /* #expect: other_module.ll -; ModuleID = 'other_module' -source_filename = "other_module" -target datalayout = "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-n32:64-S128-Fn32" -target triple = "aarch64-apple-macosx11.0.0" - -%"int[]" = type { ptr, i64 } - @.__const_slice = private unnamed_addr global [3 x i32] [i32 1, i32 2, i32 3], align 4 @other_module.list_of_ints = local_unnamed_addr global %"int[]" { ptr @.__const_slice, i64 3 }, align 8 @other_module.ref_to_2nd = local_unnamed_addr global ptr getelementptr inbounds (i8, ptr @.__const_slice, i64 8), align 8