Skip to content

Commit 1aa2be1

Browse files
committed
test(ui): separate repaint and runtime test modules
Rename the desktop runtime sizing tests into their own module so they do not collide with the repaint pacing tests in the same binary test namespace. This keeps the repaint activity checks and runtime worker-count checks independently addressable while allowing the UI test binary to compile with the ui feature enabled.
1 parent e8c7723 commit 1aa2be1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bin/ui.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2018,7 +2018,7 @@ fn fmt_bytes(b: u64) -> String {
20182018
}
20192019

20202020
#[cfg(test)]
2021-
mod tests {
2021+
mod runtime_tests {
20222022
use super::*;
20232023

20242024
#[test]

0 commit comments

Comments
 (0)