|
| 1 | +File "test_assume_on_call.ml", line 8, characters 8-18: |
| 2 | +Warning 53 [misplaced-attribute]: the "zero_alloc" attribute cannot appear in this context |
| 3 | + |
| 4 | +File "test_assume_on_call.ml", line 11, characters 8-18: |
| 5 | +Warning 53 [misplaced-attribute]: the "zero_alloc" attribute cannot appear in this context |
| 6 | + |
| 7 | +File "test_assume_on_call.ml", line 14, characters 8-18: |
| 8 | +Warning 53 [misplaced-attribute]: the "zero_alloc" attribute cannot appear in this context |
| 9 | + |
| 10 | +File "test_assume_on_call.ml", line 7, characters 5-15: |
| 11 | +Error: Annotation check for zero_alloc failed on function Test_assume_on_call.test1 (camlTest_assume_on_call.test1_HIDE_STAMP) |
| 12 | + |
| 13 | +File "test_assume_on_call.ml", line 8, characters 2-22: |
| 14 | +Error: Unexpected allocation of 24 bytes (test_assume_on_call.ml:8,2--22;test_assume_on_call.ml:1,28--33) |
| 15 | + |
| 16 | +File "test_assume_on_call.ml", line 10, characters 5-15: |
| 17 | +Error: Annotation check for zero_alloc failed on function Test_assume_on_call.test2 (camlTest_assume_on_call.test2_HIDE_STAMP) |
| 18 | + |
| 19 | +File "test_assume_on_call.ml", line 11, characters 2-36: |
| 20 | +Error: Unexpected allocation of 24 bytes (test_assume_on_call.ml:11,2--36;test_assume_on_call.ml:1,28--33) |
| 21 | + |
| 22 | +File "test_assume_on_call.ml", line 13, characters 5-15: |
| 23 | +Error: Annotation check for zero_alloc failed on function Test_assume_on_call.test3 (camlTest_assume_on_call.test3_HIDE_STAMP) |
| 24 | + |
| 25 | +File "test_assume_on_call.ml", line 14, characters 2-52: |
| 26 | +Error: Unexpected allocation of 24 bytes (test_assume_on_call.ml:14,2--52;test_assume_on_call.ml:1,28--33) |
0 commit comments