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 f86a4b2 commit f0eb7c9Copy full SHA for f0eb7c9
src/test/test_frontends_rust.py
@@ -117,8 +117,8 @@ def test_tree_sitter_rust_sample5():
117
assert '&str::is_empty' in functions_reached
118
assert 'RecursiveStruct::new' in functions_reached
119
assert 'RecursiveStruct::process' in functions_reached
120
-
121
+
122
def test_tree_sitter_rust_sample6():
123
project = oss_fuzz.analyse_folder(
124
'rust',
@@ -137,4 +137,4 @@ def test_tree_sitter_rust_sample6():
137
assert 'f' in functions_reached
138
assert 'utils::process_str' in functions_reached
139
140
- assert '&str::to_string' in functions_reached
+ assert '&str::to_string' in functions_reached
0 commit comments