File tree Expand file tree Collapse file tree
cpp/ql/test/library-tests/valuenumbering/HashCons Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252| test.cpp:115:13:115:15 | 0.0 | 115:c13-c15 116:c7-c9 |
5353| test.cpp:115:13:115:15 | (float)... | 115:c13-c15 116:c7-c9 |
5454| test.cpp:116:3:116:3 | y | 116:c3-c3 117:c3-c3 118:c3-c3 |
55- | test.cpp:117:7:117:9 | 0.10000000000000001 | 117:c7-c9 118:c7-c9 |
55+ | test.cpp:117:7:117:9 | 0.5 | 117:c7-c9 118:c7-c9 |
5656| test.cpp:117:7:117:9 | (float)... | 117:c7-c9 118:c7-c9 |
5757| test.cpp:122:3:122:8 | call to test07 | 122:c3-c8 123:c3-c8 |
5858| test.cpp:125:3:125:11 | call to my_strspn | 125:c3-c11 126:c3-c11 |
Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ void test07() {
114114
115115 float y = 0.0 ;
116116 y = 0.0 ;
117- y = 0.1 ;
118- y = 0.1 ;
117+ y = 0.5 ;
118+ y = 0.5 ;
119119}
120120
121121void test08 () {
You can’t perform that action at this time.
0 commit comments