Skip to content

Commit

Permalink
fix idl_test to import Fixture instead of UnitTest (gpuweb#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
kainino0x committed Jun 9, 2020
1 parent 163676c commit 2527c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webgpu/idl/idl_test.ts
@@ -1,11 +1,11 @@
import { Fixture } from '../../common/framework/fixture.js';
import { assert } from '../../common/framework/util/util.js';
import { UnitTest } from '../../unittests/unit_test.js';

interface UnknownObject {
[k: string]: unknown;
}

export class IDLTest extends UnitTest {
export class IDLTest extends Fixture {
/**
* Asserts that an IDL interface has the expected members.
*/
Expand Down

0 comments on commit 2527c8f

Please sign in to comment.