Skip to content

Commit 0160ca0

Browse files
Update exceptions-freq.test
1 parent 06f3553 commit 0160ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/test-data/exceptions-freq.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ L0:
124124
if is_error(r0) goto L1 else goto L3
125125
L1:
126126
r1 = raise NameError('value for final name "x" was not set')
127-
if not r1 goto L4 (error at f:6) else goto L2 :: bool
127+
if not r1 goto L4 (error at f:10) else goto L2 :: bool
128128
L2:
129129
unreachable
130130
L3:

0 commit comments

Comments
 (0)