Skip to content

Commit 9f0799f

Browse files
committed
[skip-ci] linting
1 parent 1293219 commit 9f0799f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/psyclone/tests/psyir/nodes/intrinsic_call_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,8 @@ def test_specific_return_types(fortran_reader, code, expected):
11421142
# # Return type is integer of kind of x with dimension of x.
11431143
# lambda res: (res.intrinsic == ScalarType.Intrinsic.INTEGER and
11441144
# res.precision.value == "4" and
1145-
# len(res.shape) == 1 and res.shape[0].upper.value == "100"
1145+
# len(res.shape) == 1 and res.shape[0].upper.value
1146+
# == "100"
11461147
# and res.shape[0].lower.value == "1")
11471148
# ),
11481149
(

0 commit comments

Comments
 (0)