From 8b336512c2f3640c47d0fd66529887f6fe553e5d Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Thu, 31 Oct 2024 22:49:32 +0000 Subject: [PATCH] Update after merge. --- .../builtins/int/make_type_signed.carbon | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/toolchain/check/testdata/builtins/int/make_type_signed.carbon b/toolchain/check/testdata/builtins/int/make_type_signed.carbon index c05127e6d92a6..88ec3be2a610b 100644 --- a/toolchain/check/testdata/builtins/int/make_type_signed.carbon +++ b/toolchain/check/testdata/builtins/int/make_type_signed.carbon @@ -315,19 +315,13 @@ var m: Int(1000000000); // CHECK:STDOUT: } // CHECK:STDOUT: // CHECK:STDOUT: imports { -// CHECK:STDOUT: %import_ref.1: %Int.type = import_ref Main//types, inst+20, loaded [template = constants.%Int] -// CHECK:STDOUT: %import_ref.2: %F.type = import_ref Main//use_types, inst+34, loaded [template = constants.%F] -// CHECK:STDOUT: %import_ref.3: %G.type = import_ref Main//use_types, inst+59, loaded [template = constants.%G] -// CHECK:STDOUT: %import_ref.4: %Symbolic.type = import_ref Main//use_types, inst+97, loaded [template = constants.%Symbolic] +// CHECK:STDOUT: %import_ref.1: %Int.type = import_ref Main//types, inst+22, loaded [template = constants.%Int] +// CHECK:STDOUT: %import_ref.2: %F.type = import_ref Main//use_types, inst+36, loaded [template = constants.%F] +// CHECK:STDOUT: %import_ref.3: %G.type = import_ref Main//use_types, inst+61, loaded [template = constants.%G] +// CHECK:STDOUT: %import_ref.4: %Symbolic.type = import_ref Main//use_types, inst+101, loaded [template = constants.%Symbolic] // CHECK:STDOUT: %Core: = namespace file.%Core.import, [template] { // CHECK:STDOUT: import Core//prelude -// CHECK:STDOUT: import Core//prelude/operators -// CHECK:STDOUT: import Core//prelude/types -// CHECK:STDOUT: import Core//prelude/operators/arithmetic -// CHECK:STDOUT: import Core//prelude/operators/as -// CHECK:STDOUT: import Core//prelude/operators/bitwise -// CHECK:STDOUT: import Core//prelude/operators/comparison -// CHECK:STDOUT: import Core//prelude/types/bool +// CHECK:STDOUT: import Core//prelude/... // CHECK:STDOUT: } // CHECK:STDOUT: } // CHECK:STDOUT: