Skip to content

Commit

Permalink
Update after merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
zygoloid committed Oct 31, 2024
1 parent 8fbbd49 commit 8b33651
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions toolchain/check/testdata/builtins/int/make_type_signed.carbon
Original file line number Diff line number Diff line change
Expand Up @@ -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> = 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:
Expand Down

0 comments on commit 8b33651

Please sign in to comment.