Skip to content

Commit

Permalink
Re-run tests to catch up with merges, and bump the build number
Browse files Browse the repository at this point in the history
  • Loading branch information
hsutter committed Jan 9, 2024
1 parent 9bf7b68 commit 9d88deb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10
100
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
In file included from pure2-requires-clauses.cpp:7:
../../../include/cpp2util.h:10005:33: error: expected unqualified-id before ‘static_assert’
pure2-requires-clauses.cpp2:19:1: note: in expansion of macro ‘CPP2_REQUIRES_’
pure2-requires-clauses.cpp2:21:1: note: in expansion of macro ‘CPP2_REQUIRES_’
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10
100
2 changes: 1 addition & 1 deletion regression-tests/test-results/version
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

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

SPDX-License-Identifier: CC-BY-NC-ND-4.0
Expand Down
2 changes: 1 addition & 1 deletion source/build.info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"9104:1809"
"9108:1647"
2 changes: 1 addition & 1 deletion source/parse.h
Original file line number Diff line number Diff line change
Expand Up @@ -7222,7 +7222,7 @@ class parser
}

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

0 comments on commit 9d88deb

Please sign in to comment.