Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Aug 24, 2024
1 parent a215b86 commit 10673ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/dsl/emit/EmitFusion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "test_util/TestBase.hpp"

/// Events that occur during the test
std::vector<std::string> events;
std::vector<std::string> events; // NOLINT(cppcoreguidelines-avoid-non-const-global-variables,-warnings-as-errors)

template <typename T>
struct E1 {
Expand Down

0 comments on commit 10673ce

Please sign in to comment.