We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce1c282 commit d108c89Copy full SHA for d108c89
src/psyclone/tests/core/access_sequence_test.py
@@ -70,7 +70,7 @@ def test_access_info():
70
with pytest.raises(InternalError) as err:
71
access_info2.change_read_to_type_info()
72
assert ("Trying to change variable to 'TYPE_INFO' which does not have "
73
- "'READ' access." in str(err.value))
+ "'READ' access." in str(err.value))
74
75
# Test setter and getter:
76
component_indices = ComponentIndices([["i"]])
@@ -245,6 +245,7 @@ def test_variable_access_sequence_read_to_type_info():
245
"'TYPE_INFO' but it has more than one 'READ' access."
246
in str(err.value))
247
248
+
249
def test_variable_access_sequence_has_indices(fortran_reader):
250
'''Test that the AccessSequence class handles indices as expected.
251
0 commit comments