Skip to content

Commit

Permalink
adapt
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif committed Sep 12, 2024
1 parent e4bfed4 commit 1ca932f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/run-drun/empty-actor-classical.mo
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ actor {};
// CHECK-NEXT: call $trans_state
// CHECK-NEXT: call $init
// CHECK-NEXT: i32.const 0
// CHECK-NEXT: call 32
// CHECK-NEXT: call 33
// CHECK-NEXT: global.set 4
// CHECK-NEXT: call ${{copying_gc|compacting_gc|generational_gc|incremental_gc}}
// CHECK-NEXT: i32.const 0
// CHECK-NEXT: call 32
// CHECK-NEXT: call 33
// CHECK-NEXT: global.get 4
// CHECK-NEXT: i64.sub
// CHECK-NEXT: global.set 5
Expand Down

0 comments on commit 1ca932f

Please sign in to comment.