Skip to content

Commit

Permalink
Promote fragile test
Browse files Browse the repository at this point in the history
  • Loading branch information
lthls committed Oct 31, 2024
1 parent f7d93e2 commit 791f39e
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions testsuite/tests/tool-ocamlobjinfo/question.reference
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,26 @@ Typing env:
(type_equations
{(Question.camlQuestion
(Val
(Variant
(blocks
((alloc_mode Heap) (known
{(tag_0 => (Known 1), ((Val (= Question.camlQuestion__answer_1))))})
(other Bottom))) (tagged_imms (Naked_immediate ⊥)))))
( ((Variant
(blocks
((alloc_mode Heap) (known
{(tag_0 => (Known 1),
((Val ((= Question.camlQuestion__answer_1)))))}) (other Bottom)))
(tagged_imms (Naked_immediate ⊥))))!)))
(Question.camlQuestion__answer_1
(Val
((alloc_mode Heap) (known
{((answer/0 ∷ 𝕍)
=> (Known ((closures { (answer/0 ∷ 𝕍) }) (value_slots { }))),
((function_types
{((answer/0 ∷ 𝕍)
(Ok (function_type (code_id camlQuestion__answer_0_1_code)
(rec_info (Rec_info 0)))))})
(closure_types
((function_slot_components_by_index
{((answer/0 ∷ 𝕍) (Val (= Question.camlQuestion__answer_1)))})))
(value_slot_types ((value_slot_components_by_index {})))))})
(other Bottom))))})
( (((alloc_mode Heap) (known
{((answer/0 ∷ 𝕍)
=> (Known ((closures { (answer/0 ∷ 𝕍) }) (value_slots { }))),
((function_types
{((answer/0 ∷ 𝕍)
((function_type (code_id camlQuestion__answer_0_1_code)
(rec_info (Rec_info (0))))))})
(closure_types
((function_slot_components_by_index
{((answer/0 ∷ 𝕍) (Val ((= Question.camlQuestion__answer_1))))})))
(value_slot_types ((value_slot_components_by_index {})))))})
(other Bottom)))!)))})
(aliases
((canonical_elements {}) (aliases_of_canonical_names {})
(aliases_of_consts {}))))
Expand Down

0 comments on commit 791f39e

Please sign in to comment.