tests: remove knownIssue from tfinally6.nim
#44
Annotations
2 errors
Print all test errors:
tests/optimization/tno_destroy_for_empty_result.nim c#L1
Category: optimization
Name: tests/optimization/tno_destroy_for_empty_result.nim c
Action: run
Result: reMsgsDiffer
-------- Expected -------
--expandArc: test
scope:
scope:
if x:
scope:
doRaise() -> [L1, Resume]
def _2: Object = ()
result := move _2
goto [L2]
finally (L1):
continue {}
L2:
-- end of expandArc ------------------------
--------- Given --------
--expandArc: test
scope:
scope:
if x:
scope:
doRaise() -> [L1]
def _2: Object = ()
result := move _2
goto [L2]
finally (L1):
continue [Resume]
L2:
-- end of expandArc ------------------------
-------------------------
|
Run tester
Process completed with exit code 1.
|
Loading