Skip to content

Commit

Permalink
Update regression test results for clang++-15 on ubuntu-latest (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetarpmedia authored May 22, 2024
1 parent f4e1568 commit d3ad31a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pure2-assert-expected-not-null.cpp2:7:10: error: no member named 'expected' in n
std::expected<int,bool> ex {4};
~~~~~^~~~~~~~
unexpected
/usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/exception:107:8: note: 'unexpected' declared here
/usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/exception:109:8: note: 'unexpected' declared here
void unexpected() __attribute__ ((__noreturn__));
^
pure2-assert-expected-not-null.cpp2:9:193: error: use of undeclared identifier 'ex'
Expand All @@ -18,7 +18,7 @@ pure2-assert-expected-not-null.cpp2:14:10: error: no member named 'expected' in
std::expected<int,bool> ex {std::unexpected(false)};
~~~~~^~~~~~~~
unexpected
/usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/exception:107:8: note: 'unexpected' declared here
/usr/bin/../lib/gcc/x86_64-linux-gnu/12/../../../../include/c++/12/exception:109:8: note: 'unexpected' declared here
void unexpected() __attribute__ ((__noreturn__));
^
pure2-assert-expected-not-null.cpp2:15:52: error: use of undeclared identifier 'ex'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ g0g0g
pl(ug$h
0pl(ug$h
Dog kennel color mauve price 3.14 in stock = true
Dog kennel color mauve price 3.14 in stock = true
Dog kennel color mauve price 3.140000 in stock = true

0 comments on commit d3ad31a

Please sign in to comment.