Skip to content

Commit 5e0ce7e

Browse files
committed
C++: Fix test
1 parent ed42c3c commit 5e0ce7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/test/library-tests/builtins/type_traits/expr.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,10 @@
191191
| gcc.cpp:26:47:26:97 | __reference_constructs_from_temporary | int &&,int && | 0 |
192192
| gcc.cpp:26:47:26:97 | int && | | <none> |
193193
| gcc.cpp:26:47:26:97 | int && | | <none> |
194-
| gcc.cpp:28:45:28:91 | (no string representation) | int &&,int | 1 |
194+
| gcc.cpp:28:45:28:91 | __reference_converts_from_temporary | int &&,int | 1 |
195195
| gcc.cpp:28:45:28:91 | int | | <none> |
196196
| gcc.cpp:28:45:28:91 | int && | | <none> |
197-
| gcc.cpp:29:45:29:93 | (no string representation) | int &&,int && | 0 |
197+
| gcc.cpp:29:45:29:93 | __reference_converts_from_temporary | int &&,int && | 0 |
198198
| gcc.cpp:29:45:29:93 | int && | | <none> |
199199
| gcc.cpp:29:45:29:93 | int && | | <none> |
200200
| ms.cpp:38:41:38:45 | 0 | | 0 |

0 commit comments

Comments
 (0)