Skip to content

Commit 953859d

Browse files
committed
Making the test test_taint_crossing_substr_and_concatenation genuine.
1 parent 826c1b4 commit 953859d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

regression/end_to_end/tainted-string-type-concat/test_tainted_string_type_concat.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
import regression.end_to_end.driver as pipeline_executor
22
import os.path
3-
import pytest
43
import subprocess
54
import regression.utils as utils
65

76

8-
@pytest.mark.xfail
97
def test_taint_crossing_substr_and_concatenation():
108
with utils.working_dir(os.path.abspath(os.path.dirname(__file__))):
119
subprocess.call("ant")

0 commit comments

Comments
 (0)