| Index: third_party/WebKit/LayoutTests/http/tests/inspector-unit/product-registry-impl-register-sanity.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/product-registry-impl-register-sanity.js b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/product-registry-impl-register-sanity.js
|
| index a29894b406c562980874e30d2c9e487190dc5a70..f3a35fb6f5665a750c43342e265b2f0c9760cfa6 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/product-registry-impl-register-sanity.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/product-registry-impl-register-sanity.js
|
| @@ -1,5 +1,5 @@
|
|
|
| -TestRunner.loadLazyModules(['product_registry_impl']).then(test);
|
| +TestRunner.loadModule('product_registry_impl').then(test);
|
| function test() {
|
| TestRunner.addResult("This tests product registry impl's register function.");
|
|
|
|
|