Skip to content

Commit

Permalink
Solving clang formatter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanapetroaie committed May 29, 2024
1 parent ff5dc3b commit 86e01aa
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
//

#include "execution_graph_tests/duplicate_inputs_outputs_names.hpp"

#include "common_test_utils/test_constants.hpp"

using namespace ExecutionGraphTests;

namespace {

INSTANTIATE_TEST_SUITE_P(smoke_duplicateInputsOutputsNames, ExecGraphDuplicateInputsOutputsNames,
INSTANTIATE_TEST_SUITE_P(smoke_duplicateInputsOutputsNames,
ExecGraphDuplicateInputsOutputsNames,
::testing::Values(ov::test::utils::DEVICE_TEMPLATE),
ExecGraphDuplicateInputsOutputsNames::getTestCaseName);

} // namespace

0 comments on commit 86e01aa

Please sign in to comment.