| Index: dart/tools/testing/dart/browser_test.dart
|
| diff --git a/dart/tools/testing/dart/browser_test.dart b/dart/tools/testing/dart/browser_test.dart
|
| index 5e7c7152bb88c13c09d0d6966298588f12e6ee93..cb8fd7de14a7cc30c26ec9ed26db5733eba66cd6 100644
|
| --- a/dart/tools/testing/dart/browser_test.dart
|
| +++ b/dart/tools/testing/dart/browser_test.dart
|
| @@ -49,12 +49,6 @@ String getHtmlLayoutContents(String scriptType, String sourceScript) =>
|
| </html>
|
| """;
|
|
|
| -String wrapDartTestInLibrary(Path testRelativeToDart) =>
|
| -"""
|
| -library libraryWrapper;
|
| -part '/$testRelativeToDart';
|
| -""";
|
| -
|
| String dartTestWrapper(bool usePackageImport, String libraryPathComponent) {
|
| // Tests inside "pkg" import unittest using "package:". All others use a
|
| // relative path. The imports need to agree, so use a matching form here.
|
|
|