~eda-qa/leaflang/cpp

« back to all changes in this revision

Viewing changes to share/unit_tests/block/error/info_fail_resume3.lfb

  • Committer: edA-qa mort-ora-y
  • Date: 2017-08-19 06:03:00 UTC
  • mfrom: (100.1.22 misc)
  • Revision ID: eda-qa@disemia.com-20170819060300-209dwd5884343mi0
merging miscelaneous changes, mainly platform improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        do {
6
6
                fail string_tag("in")
7
7
        } on fail {
8
 
                trace( current_error_info.tag )
 
8
                trace( current_fail.tag )
9
9
        }
10
10
}
11
11
 
13
13
        fail string_tag("out")
14
14
} on fail {
15
15
        inner()
16
 
        trace( current_error_info.tag )
 
16
        trace( current_fail.tag )
17
17
}