| Index: pkg/polymer/test/transform/all_phases_test.dart
|
| diff --git a/pkg/polymer/test/transform/all_phases_test.dart b/pkg/polymer/test/transform/all_phases_test.dart
|
| index 975360044e539a413f6eef069554f1e6c89ccf3c..d990743c1a4a5b53aee79cc6fb662371bdd84de0 100644
|
| --- a/pkg/polymer/test/transform/all_phases_test.dart
|
| +++ b/pkg/polymer/test/transform/all_phases_test.dart
|
| @@ -37,7 +37,6 @@ void main() {
|
| '<!DOCTYPE html><html><head></head><body>'
|
| '$SHADOW_DOM_TAG'
|
| '$INTEROP_TAG'
|
| - '$PKG_JS_INTEROP_TAG'
|
| '<script type="application/dart" '
|
| 'src="test.html_bootstrap.dart"></script>'
|
| '<script src="packages/browser/dart.js"></script>'
|
| @@ -70,7 +69,6 @@ void main() {
|
| '<!DOCTYPE html><html><head></head><body>'
|
| '$SHADOW_DOM_TAG'
|
| '$INTEROP_TAG'
|
| - '$PKG_JS_INTEROP_TAG'
|
| '<script type="application/dart" '
|
| 'src="test.html_bootstrap.dart"></script>'
|
| '<script src="packages/browser/dart.js"></script>'
|
| @@ -110,7 +108,6 @@ void main() {
|
| '<!DOCTYPE html><html><head></head><body>'
|
| '$SHADOW_DOM_TAG'
|
| '$INTEROP_TAG'
|
| - '$PKG_JS_INTEROP_TAG'
|
| '<div></div>'
|
| '<script type="application/dart" '
|
| 'src="test.html_bootstrap.dart"></script>'
|
| @@ -162,7 +159,6 @@ void main() {
|
| '<!DOCTYPE html><html><head></head><body>'
|
| '$SHADOW_DOM_TAG'
|
| '$INTEROP_TAG'
|
| - '$PKG_JS_INTEROP_TAG'
|
| '<polymer-element>1</polymer-element>'
|
| '<script type="application/dart" '
|
| 'src="index.html_bootstrap.dart"></script>'
|
|
|