Skip to content

Commit a75c506

Browse files
committed
Ruby: update more SSA test output
1 parent edc5d8d commit a75c506

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ruby/ql/test/library-tests/variables/ssa.expected

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ definition
44
| class_variables.rb:9:1:16:3 | self (X) | class_variables.rb:9:1:16:3 | self |
55
| class_variables.rb:10:3:12:5 | self (b) | class_variables.rb:10:3:12:5 | self |
66
| class_variables.rb:13:3:15:5 | self (s) | class_variables.rb:13:3:15:5 | self |
7+
| class_variables.rb:18:1:20:3 | self (Y) | class_variables.rb:18:1:20:3 | self |
8+
| class_variables.rb:22:1:24:3 | self (M) | class_variables.rb:22:1:24:3 | self |
79
| class_variables.rb:26:1:29:3 | self (N) | class_variables.rb:26:1:29:3 | self |
810
| instance_variables.rb:1:1:1:4 | self (instance_variables.rb) | instance_variables.rb:1:1:44:4 | self |
911
| instance_variables.rb:1:1:44:4 | self (instance_variables.rb) | instance_variables.rb:1:1:44:4 | self |
@@ -98,9 +100,12 @@ definition
98100
| scopes.rb:13:11:13:11 | ... = ... | scopes.rb:13:11:13:11 | c |
99101
| scopes.rb:13:14:13:14 | ... = ... | scopes.rb:13:14:13:14 | d |
100102
| scopes.rb:13:19:13:32 | ... = ... | scopes.rb:13:4:13:32 | __synth__0 |
103+
| scopes.rb:26:1:26:12 | self (A) | scopes.rb:26:1:26:12 | self |
101104
| scopes.rb:27:1:27:5 | ... = ... | scopes.rb:27:1:27:1 | x |
105+
| scopes.rb:28:1:30:3 | self (B) | scopes.rb:28:1:30:3 | self |
102106
| scopes.rb:29:3:29:7 | ... = ... | scopes.rb:29:3:29:3 | x |
103107
| scopes.rb:32:3:32:7 | ... = ... | scopes.rb:32:3:32:3 | x |
108+
| scopes.rb:34:1:36:3 | self (C) | scopes.rb:34:1:36:3 | self |
104109
| scopes.rb:35:3:35:7 | ... = ... | scopes.rb:35:3:35:3 | x |
105110
| scopes.rb:41:1:49:3 | self (M) | scopes.rb:41:1:49:3 | self |
106111
| scopes.rb:42:2:42:9 | ... = ... | scopes.rb:42:2:42:4 | var |

0 commit comments

Comments
 (0)