Skip to content

Commit 7d60509

Browse files
author
Matthew Gretton-Dann
committed
C++: Update expected test results
1 parent 5b29a49 commit 7d60509

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

cpp/ql/test/library-tests/clang_ms/element.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
| file://:0:0:0:0 | implicit_int |
9292
| file://:0:0:0:0 | inline |
9393
| file://:0:0:0:0 | int |
94+
| file://:0:0:0:0 | is_consteval |
9495
| file://:0:0:0:0 | is_constexpr |
9596
| file://:0:0:0:0 | is_thread_local |
9697
| file://:0:0:0:0 | long |

cpp/ql/test/library-tests/conditions/elements.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
| file://:0:0:0:0 | initializer for <error> |
6767
| file://:0:0:0:0 | inline |
6868
| file://:0:0:0:0 | int |
69+
| file://:0:0:0:0 | is_consteval |
6970
| file://:0:0:0:0 | is_constexpr |
7071
| file://:0:0:0:0 | is_thread_local |
7172
| file://:0:0:0:0 | long |

cpp/ql/test/library-tests/templates/instantiations_functions/elements.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
| file://:0:0:0:0 | int |
111111
| file://:0:0:0:0 | int & |
112112
| file://:0:0:0:0 | int * |
113+
| file://:0:0:0:0 | is_consteval |
113114
| file://:0:0:0:0 | is_constexpr |
114115
| file://:0:0:0:0 | is_thread_local |
115116
| file://:0:0:0:0 | long |

cpp/ql/test/library-tests/unnamed/elements.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
| file://:0:0:0:0 | int | Other |
6060
| file://:0:0:0:0 | int * | Other |
6161
| file://:0:0:0:0 | int[0] | Other |
62+
| file://:0:0:0:0 | is_consteval | Other |
6263
| file://:0:0:0:0 | is_constexpr | Other |
6364
| file://:0:0:0:0 | is_thread_local | Other |
6465
| file://:0:0:0:0 | long | Other |

0 commit comments

Comments
 (0)