Skip to content

Commit 90a9688

Browse files
committed
Ruby: update CFG fixture
1 parent 8fc7e4b commit 90a9688

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ruby/ql/test/library-tests/controlflow/graph/Nodes.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ positionalArguments
172172
| cfg.rb:188:30:188:35 | ... != ... | cfg.rb:188:35:188:35 | 0 |
173173
| cfg.rb:191:3:191:10 | yield ... | cfg.rb:191:9:191:10 | 42 |
174174
| cfg.rb:194:16:194:21 | call to puts | cfg.rb:194:21:194:21 | x |
175+
| cfg.rb:197:3:197:13 | call to bar | cfg.rb:197:7:197:7 | b |
175176
| desugar.rb:2:5:2:6 | ... + ... | desugar.rb:2:8:2:8 | 1 |
176177
| desugar.rb:6:3:6:13 | call to count= | desugar.rb:6:3:6:13 | ... = ... |
177178
| desugar.rb:10:3:10:10 | call to []= | desugar.rb:10:3:10:10 | ... = ... |

0 commit comments

Comments
 (0)