Skip to content

Commit 61550a5

Browse files
Update regression tests for apple-clang-14 (#786)
1 parent 99686e9 commit 61550a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-function-expression.cpp.execution

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/pure2-type-and-namespace-aliases.cpp.output

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pure2-type-and-namespace-aliases.cpp2:18:29: error: expected '(' for function-st
2020
pure2-type-and-namespace-aliases.cpp2:18:31: error: use of undeclared identifier 'v'
2121
N1::pmr_vec<myclass::str> v {"xyzzy", "plugh"};
2222
^
23-
pure2-type-and-namespace-aliases.cpp2:20:32: error: use of undeclared identifier 'v'
24-
auto const& v2 = std::move(v);
25-
^
23+
pure2-type-and-namespace-aliases.cpp2:20:28: error: use of undeclared identifier 'v'
24+
auto const& v2 = std::move(v);
25+
^
2626
7 errors generated.

0 commit comments

Comments
 (0)