File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
cpp/ql/test/library-tests Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ void take_const_ref_int(const int &);
2
2
3
3
void test_materialize_temp_int ()
4
4
{
5
- take_const_ref_int (42 ); // $ asExpr=42 numberOfNodes="42: 2" asIndirectExpr=42
5
+ take_const_ref_int (42 ); // $ asExpr=42 asIndirectExpr=42
6
6
}
7
7
8
8
struct A {};
@@ -11,7 +11,7 @@ A get();
11
11
void take_const_ref (const A &);
12
12
13
13
void test1 (){
14
- take_const_ref (get ()); // $ asExpr="call to get" numberOfNodes="call to get: 2" asIndirectExpr="call to get"
14
+ take_const_ref (get ()); // $ asExpr="call to get" asIndirectExpr="call to get"
15
15
}
16
16
17
17
void take_ref (A &);
Original file line number Diff line number Diff line change 1
1
| concat.cpp:23:27:23:27 | call to operator+ | concat.cpp:23:22:23:25 | str1 | concat.cpp:23:22:23:31 | call to operator+ |
2
- | concat.cpp:23:27:23:27 | call to operator+ | concat.cpp:23:22:23:25 | str1 | concat.cpp:23:27:23:27 | call to operator+ |
3
2
| concat.cpp:23:27:23:27 | call to operator+ | concat.cpp:23:29:23:31 | | concat.cpp:23:22:23:31 | call to operator+ |
4
- | concat.cpp:23:27:23:27 | call to operator+ | concat.cpp:23:29:23:31 | | concat.cpp:23:27:23:27 | call to operator+ |
5
3
| concat.cpp:23:33:23:33 | call to operator+ | concat.cpp:23:35:23:38 | str2 | concat.cpp:23:22:23:38 | call to operator+ |
6
- | concat.cpp:23:33:23:33 | call to operator+ | concat.cpp:23:35:23:38 | str2 | concat.cpp:23:33:23:33 | call to operator+ |
7
4
| concat.cpp:23:40:23:40 | call to operator+ | concat.cpp:23:42:23:45 | str3 | concat.cpp:23:40:23:40 | call to operator+ |
8
5
| concat.cpp:47:8:47:8 | call to operator<< | concat.cpp:47:11:47:14 | str1 | concat.cpp:47:8:47:17 | call to operator<< |
9
6
| concat.cpp:47:16:47:16 | call to operator<< | concat.cpp:47:19:47:21 | | concat.cpp:47:16:47:24 | call to operator<< |
You can’t perform that action at this time.
0 commit comments