use upper-case L in label name instead of lower-case
This commit is contained in:
@@ -4,14 +4,14 @@ fun test() {
|
||||
test()
|
||||
}
|
||||
---------------------
|
||||
l0:
|
||||
L0:
|
||||
<START> NEXT:[r(Exception)] PREV:[]
|
||||
r(Exception) NEXT:[r(Exception())] PREV:[<START>]
|
||||
r(Exception()) NEXT:[throw (throw Exception())] PREV:[r(Exception)]
|
||||
throw (throw Exception()) NEXT:[<ERROR>] PREV:[r(Exception())]
|
||||
- r(test) NEXT:[r(test())] PREV:[]
|
||||
- r(test()) NEXT:[<END>] PREV:[]
|
||||
l1:
|
||||
L1:
|
||||
<END> NEXT:[<SINK>] PREV:[]
|
||||
error:
|
||||
<ERROR> NEXT:[<SINK>] PREV:[throw (throw Exception())]
|
||||
|
||||
Reference in New Issue
Block a user