| 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 40c0f6991e431169f9ffc5edf5d4533085e6b178..6c7b46f791ac1b8aae125e79783be9749c4ffdb9 100644
|
| --- a/tests/compiler/dart2js/source_mapping_test.dart
|
| +++ b/tests/compiler/dart2js/source_mapping_test.dart
|
| @@ -68,7 +68,7 @@ String FUNCTIONS_TEST = '''
|
|
|
| String RETURN_TEST = 'void main() { print(((x) { @return x; })(0)); }';
|
|
|
| -String NOT_TEST = 'void main() { ((x) { if (@!x) print(x); })(false); }';
|
| +String NOT_TEST = 'void main() { ((x) { if (@!x) print(x); })(1==2); }';
|
|
|
| String UNARY_TEST = 'void main() { ((x, y) { print(@-x + @~y); })(1,2); }';
|
|
|
|
|