Skip to content

Commit

Permalink
Fix make clean test:os_detection (#23112)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Feb 19, 2024
1 parent 9f95577 commit 2f3383a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quantum/os_detection/tests/os_detection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ os_variant_t check_sequence(const std::vector<uint16_t> &w_lengths) {
bool process_detected_host_os_kb(os_variant_t os) {
reported_count = reported_count + 1;
reported_os = os;

return true;
}

void assert_not_reported(void) {
Expand Down

0 comments on commit 2f3383a

Please sign in to comment.