diff --git a/lib/legacy/polymer-fn.js b/lib/legacy/polymer-fn.js
index 2296c820d7..3651dcc44c 100644
--- a/lib/legacy/polymer-fn.js
+++ b/lib/legacy/polymer-fn.js
@@ -9,7 +9,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
*/
import { Class } from './class.js';
-import { Polymer } from '../utils/boot.js';
+import '../utils/boot.js';
/**
* Legacy class factory and registration helper for defining Polymer
diff --git a/test/smoke/behavior-mixin.html b/test/smoke/behavior-mixin.html
index 3280def318..b8cdaa7873 100644
--- a/test/smoke/behavior-mixin.html
+++ b/test/smoke/behavior-mixin.html
@@ -23,7 +23,7 @@