| Index: tests/compiler/dart2js/source_map_test.dart
|
| diff --git a/tests/compiler/dart2js/source_map_test.dart b/tests/compiler/dart2js/source_map_test.dart
|
| index ee133f57a5c675666551a49ff2796bd445654bd8..021eb2e245f83fab7dce0eb14d9ad344ea80ac9d 100644
|
| --- a/tests/compiler/dart2js/source_map_test.dart
|
| +++ b/tests/compiler/dart2js/source_map_test.dart
|
| @@ -49,10 +49,8 @@ void test({String out, String sourceMap, String mapping, String file}) {
|
| Expect.isNotNull(jsOutput);
|
| if (mapping != null) {
|
| find(jsOutput, '//# sourceMappingURL=$mapping', true);
|
| - find(jsOutput, '//@ sourceMappingURL=$mapping', true);
|
| } else {
|
| find(jsOutput, '//# sourceMappingURL=', false);
|
| - find(jsOutput, '//@ sourceMappingURL=', false);
|
| }
|
| String jsSourceMapOutput = collector.getOutput('', 'js.map');
|
| Expect.isNotNull(jsSourceMapOutput);
|
|
|