| Index: chrome/test/data/webui/settings/pref_util_tests.js
|
| diff --git a/chrome/test/data/webui/settings/pref_util_tests.js b/chrome/test/data/webui/settings/pref_util_tests.js
|
| index 523fd8696b905395df301ca8ecb81bf3270244b2..f4670c6f35fed16d9ae5a33f0d063b18d8c14a03 100644
|
| --- a/chrome/test/data/webui/settings/pref_util_tests.js
|
| +++ b/chrome/test/data/webui/settings/pref_util_tests.js
|
| @@ -6,12 +6,6 @@
|
| cr.define('settings_prefUtil', function() {
|
| function registerTests() {
|
| suite('PrefUtil', function() {
|
| - // Import source before running suite.
|
| - suiteSetup(function() {
|
| - return PolymerTest.importHtml(
|
| - 'chrome://md-settings/prefs/pref_util.html');
|
| - });
|
| -
|
| var global = function() { return this; }();
|
| var origTraceAssertionsForTesting = global.traceAssertionsForTesting;
|
|
|
|
|