Skip to content

Commit

Permalink
Update test_parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NripeshN authored Sep 4, 2024
1 parent 4c9ce5a commit 3e17068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_backend/test_opengl/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,4 +284,4 @@ def test_bitwise():
tokens = tokenize_code(code)
parse_code(tokens)
except SyntaxError:
pytest.fail("Bitwise operations failedpytest")
pytest.fail("Bitwise operations failed")

0 comments on commit 3e17068

Please sign in to comment.