Skip to content

Commit

Permalink
fix(test): C APIのテストがWindowsで壊れているのを直す (#885)
Browse files Browse the repository at this point in the history
#865 で壊れたテストを修復する。
  • Loading branch information
qryxip authored Dec 3, 2024
1 parent e72b909 commit 7282e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/voicevox_core_c_api/tests/e2e/log_mask.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ impl Utf8Output {
pub(crate) fn mask_windows_video_cards(self) -> Self {
self.mask_stderr(
static_regex!(
r#"(?m)^\{timestamp\} INFO voicevox_core::synthesizer::blocking: 検出されたGPU \(DirectMLにはGPU 0が使われます\):(\n\{timestamp\} INFO voicevox_core::synthesizer::blocking: GPU [0-9]+: "[^"]+" \([0-9.]+ [a-zA-Z]+\))+"#,
r#"(?m)^\{timestamp\} INFO voicevox_core::synthesizer::inner: 検出されたGPU \(DirectMLにはGPU 0が使われます\):(\n\{timestamp\} INFO voicevox_core::synthesizer::inner: GPU [0-9]+: "[^"]+" \([0-9.]+ [a-zA-Z]+\))+"#,
),
"{windows-video-cards}",
)
Expand Down

0 comments on commit 7282e09

Please sign in to comment.