Skip to content

Commit

Permalink
Fix stacktrace test.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Jan 5, 2023
1 parent a43386a commit 7a137aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .clangd
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CompileFlags:
Add: '-std=c++20'
2 changes: 0 additions & 2 deletions test/stacktrace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ TEST_CASE("stack_trace")

std::cout << bar<100>() << '\n';
REQUIRE(!bar<100>().empty());
std::cout << bar<100>(30) << '\n';
REQUIRE(!bar<100>(30).empty());

// Try from different threads as well.
// Use a barrier in order to make sure
Expand Down

0 comments on commit 7a137aa

Please sign in to comment.