Skip to content
Snippets Groups Projects
Commit 340f04f3 authored by Daniel Bauer's avatar Daniel Bauer :speech_balloon:
Browse files

update literal test

parent d6b9894c
1 merge request!387Cast integer literals to target type
......@@ -54,6 +54,6 @@ def test_literals():
print(code)
assert "const double x = C;" in code
assert "CELLS[0]" in code
assert "CELLS[1]" in code
assert "CELLS[2]" in code
assert "CELLS[0l]" in code
assert "CELLS[1l]" in code
assert "CELLS[2l]" in code
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment