Skip to content

Commit c83f288

Browse files
committed
Completed #140 - updated regression test output
1 parent a1be8e0 commit c83f288

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <vector>
44
#include <string>
55
#include <span>
6+
#include <memory>
67

78
auto print(auto const& thing) -> void {
89
std::cout << ">> " << thing << "\n";

0 commit comments

Comments
 (0)