Skip to content

Commit f75f27d

Browse files
committed
Ruby: update test
1 parent 5b2d8b0 commit f75f27d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruby/ql/test/library-tests/modules/callgraph.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ getTarget
203203
| calls.rb:524:1:524:23 | call to new | calls.rb:117:5:117:16 | new |
204204
| calls.rb:524:1:524:27 | call to baz | calls.rb:516:5:519:7 | baz |
205205
| calls.rb:526:2:526:6 | call to new | calls.rb:117:5:117:16 | new |
206+
| calls.rb:526:20:526:24 | call to baz | calls.rb:51:5:57:7 | baz |
207+
| calls.rb:527:26:527:37 | call to capitalize | calls.rb:97:5:97:23 | capitalize |
206208
| hello.rb:12:5:12:24 | call to include | calls.rb:108:5:110:7 | include |
207209
| hello.rb:14:16:14:20 | call to hello | hello.rb:2:5:4:7 | hello |
208210
| hello.rb:20:16:20:20 | call to super | hello.rb:13:5:15:7 | message |
@@ -315,10 +317,8 @@ unresolvedCall
315317
| calls.rb:523:1:523:27 | call to bar |
316318
| calls.rb:526:1:526:7 | call to [] |
317319
| calls.rb:526:1:526:26 | call to each |
318-
| calls.rb:526:20:526:24 | call to baz |
319320
| calls.rb:527:1:527:13 | call to [] |
320321
| calls.rb:527:1:527:39 | call to each |
321-
| calls.rb:527:26:527:37 | call to capitalize |
322322
| hello.rb:20:16:20:26 | ... + ... |
323323
| hello.rb:20:16:20:34 | ... + ... |
324324
| hello.rb:20:16:20:40 | ... + ... |

0 commit comments

Comments
 (0)