Don't try calling lsl when file is missing.
[splint-patched.git] / test / controldepth.expect
bloba100ec433505029ae075606b2bdf9d3f3ab8719c
2 controldepth.c: (in function f)
3 controldepth.c:8:15: Maximum control nesting depth (2) exceeded
4   Maximum number of control levels exceeded. (Use -controlnestdepth to inhibit
5   warning)
6 controldepth.c:15:17: Maximum control nesting depth (2) exceeded
8 Finished checking --- 2 code warnings, as expected
10 controldepth.c: (in function f)
11 controldepth.c:6:15: Maximum control nesting depth (1) exceeded
12   Maximum number of control levels exceeded. (Use -controlnestdepth to inhibit
13   warning)
14 controldepth.c:11:13: Maximum control nesting depth (1) exceeded
16 Finished checking --- 2 code warnings, as expected