Fix missing raw string prefix

This commit is contained in:
Florian Bruhin 2023-01-29 15:43:08 +01:00
parent 5ea48c6e78
commit f4f5ca2663
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ def smoke_test(executable: pathlib.Path, debug: bool, qt6: bool) -> None:
# macOS?
(r'\[.*:ERROR:command_buffer_proxy_impl.cc\([0-9]*\)\] '
r'ContextResult::kTransientFailure: Failed to send '
'GpuControl\.CreateCommandBuffer\.'),
r'GpuControl\.CreateCommandBuffer\.'),
])
elif IS_WINDOWS:
stderr_whitelist.extend([