Skip to content

Commit d3ad31a

Browse files
Update regression test results for clang++-15 on ubuntu-latest (#1077)
1 parent f4e1568 commit d3ad31a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

regression-tests/test-results/clang-15/pure2-assert-expected-not-null.cpp.output

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pure2-assert-expected-not-null.cpp2:7:10: error: no member named 'expected' in n
55
std::expected<int,bool> ex {4};
66
~~~~~^~~~~~~~
77
unexpected
8-
/usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/exception:107:8: note: 'unexpected' declared here
8+
/usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/exception:109:8: note: 'unexpected' declared here
99
void unexpected() __attribute__ ((__noreturn__));
1010
^
1111
pure2-assert-expected-not-null.cpp2:9:193: error: use of undeclared identifier 'ex'
@@ -18,7 +18,7 @@ pure2-assert-expected-not-null.cpp2:14:10: error: no member named 'expected' in
1818
std::expected<int,bool> ex {std::unexpected(false)};
1919
~~~~~^~~~~~~~
2020
unexpected
21-
/usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/exception:107:8: note: 'unexpected' declared here
21+
/usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/exception:109:8: note: 'unexpected' declared here
2222
void unexpected() __attribute__ ((__noreturn__));
2323
^
2424
pure2-assert-expected-not-null.cpp2:15:52: error: use of undeclared identifier 'ex'

regression-tests/test-results/clang-15/pure2-interpolation.cpp.execution

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ g0g0g
99
pl(ug$h
1010
0pl(ug$h
1111
Dog kennel color mauve price 3.14 in stock = true
12-
Dog kennel color mauve price 3.14 in stock = true
12+
Dog kennel color mauve price 3.140000 in stock = true

0 commit comments

Comments
 (0)