Skip to content

Commit 6f2c71b

Browse files
committed
test: regenerate test results
1 parent 80ec7bf commit 6f2c71b

File tree

6 files changed

+2
-4
lines changed

6 files changed

+2
-4
lines changed

regression-tests/test-results/mixed-allcpp1-hello.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#line 1 "mixed-allcpp1-hello.cpp2"
12

23
// Step 1: rename .cpp to .cpp2
34

regression-tests/test-results/mixed-intro-example-three-loops.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#line 1 "mixed-intro-example-three-loops.cpp2"
12
#include <iostream>
23
#include <iomanip>
34
#include <vector>

regression-tests/test-results/mixed-postexpression-with-capture.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ struct make_strings_ret { std::string a; std::string b; };
3838
[[nodiscard]] auto make_strings() -> make_strings_ret;
3939
#line 38 "mixed-postexpression-with-capture.cpp2"
4040

41-
#line 1 "mixed-postexpression-with-capture.cpp2"
4241

4342
//=== Cpp2 function definitions =================================================
4443

regression-tests/test-results/pure2-bounds-safety-span.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
auto print_and_decorate(auto const& thing) -> void;
2121
#line 17 "pure2-bounds-safety-span.cpp2"
2222

23-
#line 1 "pure2-bounds-safety-span.cpp2"
2423

2524
//=== Cpp2 function definitions =================================================
2625

regression-tests/test-results/pure2-intro-example-three-loops.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ auto decorate_and_print(auto& thing) -> void;
2323
[[nodiscard]] auto main() -> int;
2424
#line 30 "pure2-intro-example-three-loops.cpp2"
2525

26-
#line 1 "pure2-intro-example-three-loops.cpp2"
2726

2827
//=== Cpp2 function definitions =================================================
2928

regression-tests/test-results/pure2-type-safety-1.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ auto test_generic(auto const& x, auto const& msg) -> void;
2323
auto print(cpp2::impl::in<std::string> msg, cpp2::impl::in<bool> b) -> void;
2424
#line 37 "pure2-type-safety-1.cpp2"
2525

26-
#line 1 "pure2-type-safety-1.cpp2"
2726

2827
//=== Cpp2 function definitions =================================================
2928

0 commit comments

Comments
 (0)