Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuyueSun committed Aug 2, 2024
1 parent 1dd5d3a commit defd003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/permutation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <sstream>
#include "util/permutation.h"
#include "util/util.h"
#include "util/debug.h"

void swap(unsigned m1, unsigned m2) noexcept { std::swap(m1, m2); }

Expand Down

0 comments on commit defd003

Please sign in to comment.