Skip to content

Commit 612d375

Browse files
Update JS results tester
1 parent a755d8d commit 612d375

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
const QUERY = 'struct:chunksmut';
1+
const QUERY = 'struct:string';
22

33
const EXPECTED = {
4+
'in_args': [
5+
{ 'path': 'std::string::String', 'name': 'ne' },
6+
],
47
'returned': [
5-
{ 'path': 'std::slice::chunks_mut', 'name': 'chunks_mut' },
8+
{ 'path': 'std::string::String', 'name': 'add' },
69
],
710
};

0 commit comments

Comments
 (0)