summaryrefslogtreecommitdiffstats
path: root/src/tests/core/core_timing.cpp
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2021-11-27 16:26:48 +0100
committerFernando Sahmkow <fsahmkow27@gmail.com>2022-06-28 01:10:50 +0200
commit846c994cc9ff3b53d0d3fa3cb3b8fe0418c462c6 (patch)
tree0e3b095de475c495cc5cdd09201ab1116f0b889a /src/tests/core/core_timing.cpp
parentCommon: improve native clock. (diff)
downloadyuzu-846c994cc9ff3b53d0d3fa3cb3b8fe0418c462c6.tar
yuzu-846c994cc9ff3b53d0d3fa3cb3b8fe0418c462c6.tar.gz
yuzu-846c994cc9ff3b53d0d3fa3cb3b8fe0418c462c6.tar.bz2
yuzu-846c994cc9ff3b53d0d3fa3cb3b8fe0418c462c6.tar.lz
yuzu-846c994cc9ff3b53d0d3fa3cb3b8fe0418c462c6.tar.xz
yuzu-846c994cc9ff3b53d0d3fa3cb3b8fe0418c462c6.tar.zst
yuzu-846c994cc9ff3b53d0d3fa3cb3b8fe0418c462c6.zip
Diffstat (limited to '')
-rw-r--r--src/tests/core/core_timing.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tests/core/core_timing.cpp b/src/tests/core/core_timing.cpp
index 8358d36b5..62eb43753 100644
--- a/src/tests/core/core_timing.cpp
+++ b/src/tests/core/core_timing.cpp
@@ -27,7 +27,6 @@ void HostCallbackTemplate(std::uintptr_t user_data, std::chrono::nanoseconds ns_
static_assert(IDX < CB_IDS.size(), "IDX out of range");
callbacks_ran_flags.set(IDX);
REQUIRE(CB_IDS[IDX] == user_data);
- REQUIRE(CB_IDS[IDX] == CB_IDS[calls_order[expected_callback]]);
delays[IDX] = ns_late.count();
++expected_callback;
}