Skip to content

Commit e2c62e9

Browse files
committed
Fix assume test broken with flambda
1 parent d2f2204 commit e2c62e9

File tree

1 file changed

+1
-1
lines changed
  • tests/backend/checkmach

1 file changed

+1
-1
lines changed

tests/backend/checkmach/t5.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
let[@assume noalloc] test x = [x;x+1]
1+
let[@assume noalloc][@inline never] test x = [x;x+1]

0 commit comments

Comments
 (0)