From 548610fd8f7636d77efdb1e90f10d288dd90d414 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Thu, 9 May 2024 10:20:21 -0400 Subject: [PATCH] fixup! Add servo as browser option Add `browser` arg to new assertion calling `TestPath::from_execution_report`. This assertion was added after PR started. --- moz-webgpu-cts/src/shared.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moz-webgpu-cts/src/shared.rs b/moz-webgpu-cts/src/shared.rs index 280e854..b19ba61 100644 --- a/moz-webgpu-cts/src/shared.rs +++ b/moz-webgpu-cts/src/shared.rs @@ -762,7 +762,7 @@ fn report_meta_match() { assert_eq!( format!( "/{}", - TestPath::from_execution_report($test_run_path) + TestPath::from_execution_report($browser, $test_run_path) .unwrap() .runner_url_path() ),