Skip to content

Commit 7f79346

Browse files
Update irbuild-basic.test
1 parent f78c754 commit 7f79346

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mypyc/test-data/irbuild-basic.test

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3805,5 +3805,7 @@ def get_length() -> int:
38053805
return len("https://w3id.org/cwl/salad#")
38063806
[out]
38073807
def get_length():
3808+
r0 :: str
38083809
L0:
3809-
return 27
3810+
r0 = 'https://w3id.org/cwl/salad#'
3811+
return 54

0 commit comments

Comments
 (0)