Skip to content

Commit 9d88deb

Browse files
committed
Re-run tests to catch up with merges, and bump the build number
1 parent 9bf7b68 commit 9d88deb

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10
1+
100
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
In file included from pure2-requires-clauses.cpp:7:
22
../../../include/cpp2util.h:10005:33: error: expected unqualified-id before ‘static_assert’
3-
pure2-requires-clauses.cpp2:19:1: note: in expansion of macro ‘CPP2_REQUIRES_’
3+
pure2-requires-clauses.cpp2:21:1: note: in expansion of macro ‘CPP2_REQUIRES_’
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10
1+
100

regression-tests/test-results/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
cppfront compiler v0.3.0 Build 9104:1809
2+
cppfront compiler v0.3.0 Build 9108:1647
33
Copyright(c) Herb Sutter All rights reserved
44

55
SPDX-License-Identifier: CC-BY-NC-ND-4.0

source/build.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"9104:1809"
1+
"9108:1647"

source/parse.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7222,7 +7222,7 @@ class parser
72227222
}
72237223

72247224
if (curr().type() != lexeme::Semicolon) {
7225-
error("expected ; at end of jump-statement");
7225+
error("expected ';' at end of '" + n->keyword->to_string() + "' statement");
72267226
return {};
72277227
}
72287228
next();

0 commit comments

Comments
 (0)