| Index: tests/compiler/dart2js/source_mapping_test.dart
|
| diff --git a/tests/compiler/dart2js/source_mapping_test.dart b/tests/compiler/dart2js/source_mapping_test.dart
|
| index d25edcf16329297d8026a99f07c32ea19630e6af..e1f73c09f1acb10cba09ae0e6f47baf1c83847d3 100644
|
| --- a/tests/compiler/dart2js/source_mapping_test.dart
|
| +++ b/tests/compiler/dart2js/source_mapping_test.dart
|
| @@ -45,8 +45,7 @@ void testSourceMapLocations(String codeWithMarkers) {
|
| SourceFile sourceFileWithMarkers =
|
| new StringSourceFile('<test script>', codeWithMarkers);
|
| String message = sourceFileWithMarkers.getLocationMessage(
|
| - 'Missing location', originalLocation, originalLocation + 1, true,
|
| - (s) => s);
|
| + 'Missing location', originalLocation, originalLocation + 1);
|
| Expect.fail(message);
|
| }
|
| }
|
|
|