Fix missing raw string prefix
This commit is contained in:
parent
5ea48c6e78
commit
f4f5ca2663
|
|
@ -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([
|
||||
|
|
|
|||
Loading…
Reference in New Issue