| 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 3cccbbdeef9d10292ee4d9f7b2aea9a64fe53edc..e204f2b288fe93a39893792e75facdead0612c73 100644
|
| --- a/tests/compiler/dart2js/source_mapping_test.dart
|
| +++ b/tests/compiler/dart2js/source_mapping_test.dart
|
| @@ -61,7 +61,7 @@ String NOT_TEST = 'void main() { ((x) { if (@!x) print(x); })(false); }';
|
|
|
| String UNARY_TEST = 'void main() { ((x, y) { print(@-x + @~y); })(1,2); }';
|
|
|
| -String BINARY_TEST = 'void main() { ((x, y) { if (x @!== y) print(x @* y); })(1,2); }';
|
| +String BINARY_TEST = 'void main() { ((x, y) { if (x @!= y) print(x @* y); })(1,2); }';
|
|
|
| String SEND_TEST = '''
|
| void main() {
|
|
|