Skip to content

Commit

Permalink
fixup! docs: document TestScope APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Jun 6, 2024
1 parent 67f38d0 commit 1f34cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moz-webgpu-cts/src/shared.rs
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ impl From<FirefoxTestScope> for TestScope {
/// Subset of [`TestScope`] for [`Browser::Servo`].
#[derive(Clone, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)]
pub(crate) enum ServoTestScope {
/// A WebGPU CTS test vendored into Servo source.
/// A WebGPU CTS test vendored into Servo's source tree.
WebGpu,
}

Expand Down

0 comments on commit 1f34cf8

Please sign in to comment.