summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
Diffstat (limited to 'unittests')
-rw-r--r--unittests/framework/test/test_glsl_parser_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/unittests/framework/test/test_glsl_parser_test.py b/unittests/framework/test/test_glsl_parser_test.py
index 69ad5fc7f..be7a4f51f 100644
--- a/unittests/framework/test/test_glsl_parser_test.py
+++ b/unittests/framework/test/test_glsl_parser_test.py
@@ -216,7 +216,6 @@ def test_blank_in_config_c(tmpdir):
six.text_type(p), 'pass', '1.10']
-@pytest.mark.xfail
def test_empty_in_config_c(tmpdir):
"""test.glsl_parser_test.GLSLParserTest: C style comments can have blank
commented lines."""