We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dde227 commit e6ed75bCopy full SHA for e6ed75b
src/test/test_frontends_rust.py
@@ -98,7 +98,7 @@ def test_tree_sitter_rust_sample4():
98
assert '&[u8]::len' in functions_reached
99
assert 'reachable_function' in functions_reached
100
assert 'unused_function' not in functions_reached
101
-
+
102
103
def test_tree_sitter_rust_sample5():
104
project = oss_fuzz.analyse_folder(
@@ -116,4 +116,5 @@ def test_tree_sitter_rust_sample5():
116
# Callsite check
117
assert '&str::is_empty' in functions_reached
118
assert 'RecursiveStruct::new' in functions_reached
119
- assert 'RecursiveStruct::process' in functions_reached
+ assert 'RecursiveStruct::process' in functions_reached
120
0 commit comments