From 1e95a0ecd2f59ce889835d33db46794226224be2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 20:44:30 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_translator/test_parser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_translator/test_parser.py b/tests/test_translator/test_parser.py index 4f67b31..6b5ad16 100644 --- a/tests/test_translator/test_parser.py +++ b/tests/test_translator/test_parser.py @@ -443,7 +443,6 @@ def test_bitwise_operators(): except SyntaxError: pytest.fail("Bitwise Shift not working") - def test_bitwise_or_operator(): code = """ shader OrTestShader {