Skip to content

Commit

Permalink
Modified endif
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuyaWelling2801 committed Jan 25, 2024
1 parent c6d1434 commit 5422288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/support/test_dynamic_selection_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ build_universe(std::vector<sycl::queue>& u)
}
}

#endif // TEST_DYNAMIC_SELECTION_AVAILABLE
template <typename Policy, typename T>
int
test_initialization(const std::vector<T>& u)
Expand Down Expand Up @@ -366,6 +367,5 @@ test_submit_and_wait(UniverseContainer u, ResourceFunction&& f, int offset = 0)
return 0;
}

#endif // TEST_DYNAMIC_SELECTION_AVAILABLE

#endif /* _ONEDPL_TEST_DYNAMIC_SELECTION_UTILS_H */

0 comments on commit 5422288

Please sign in to comment.