We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a4a60 commit 7a1eb81Copy full SHA for 7a1eb81
1 file changed
tests/test_operator.py
@@ -2066,7 +2066,7 @@ def test_indirection(self):
2066
class TestEstimateMemory:
2067
"""Tests for the Operator.estimate_memory() utility"""
2068
2069
- _array_temp = "r0[x][y]"
+ _array_temp = "r0L0(x, y)" if "CXX" in configuration['language'] else "r0[x][y]"
2070
2071
def parse_output(self, output, expected):
2072
"""Parse estimate_memory machine-readable output"""
0 commit comments