Skip to content

Commit a98c086

Browse files
committed
Update test-results
1 parent 6db9e47 commit a98c086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression-tests/test-results/apple-clang-14-c++2b/pure2-expected-is-as.cpp.output

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pure2-expected-is-as.cpp2:25:46: error: use of undeclared identifier 'ex1'; did
3535
if (cpp2::impl::is<std::unexpected<int>>(ex1)) {
3636
^~~
3737
exp
38-
/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/c++/v1/math.h:895:1: note: 'exp' declared here
38+
/Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/math.h:895:1: note: 'exp' declared here
3939
exp(_A1 __lcpp_x) _NOEXCEPT {return ::exp((double)__lcpp_x);}
4040
^
4141
pure2-expected-is-as.cpp2:30:24: error: use of undeclared identifier 'ex1'

0 commit comments

Comments
 (0)