Skip to content

Commit

Permalink
Fixing CircleCI Test Failure on main
Browse files Browse the repository at this point in the history
Summary: Just removed semicolon

Reviewed By: graphicsMan

Differential Revision: D51015984

fbshipit-source-id: 408df6d5195cd24f3e2f526848600054b3f6ff21
  • Loading branch information
RomanFedotovFB authored and facebook-github-bot committed Nov 6, 2023
1 parent 76d9474 commit fd413d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/graph_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ template <class T>
std::string modeName(const testing::TestParamInfo<typename T::ParamType>& info) {
static std::string names[3] = {"singleThread", "parallelFor", "concurrentTaskSet"};
return names[static_cast<uint8_t>(info.param)];
};
}

class Executor {
public:
Expand Down

0 comments on commit fd413d6

Please sign in to comment.