servo/tests/wpt/web-platform-tests/webgpu/framework/id.js

8 lines
No EOL
290 B
JavaScript

/**
* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts
**/
export function testSpecEquals(x, y) {
return x.suite === y.suite && x.path === y.path;
} // Identifies a test case (a specific parameterization of a test), within its spec file.
//# sourceMappingURL=id.js.map