| Index: tests/compiler/dart2js/type_inference_test.dart
|
| diff --git a/tests/compiler/dart2js/type_inference_test.dart b/tests/compiler/dart2js/type_inference_test.dart
|
| index de15c8fcde2a082ae2e5d3311f2a6d271f1c6857..875700e3e77fbd5335bad70f26ec0d464a92c021 100644
|
| --- a/tests/compiler/dart2js/type_inference_test.dart
|
| +++ b/tests/compiler/dart2js/type_inference_test.dart
|
| @@ -70,7 +70,7 @@ foo(a) {
|
|
|
| main() {
|
| compileAndMatchFuzzy(TEST_ONE, 'sum', "x \\+= x");
|
| - compileAndMatchFuzzy(TEST_ONE, 'sum', "typeof x !== 'number'");
|
| + compileAndMatchFuzzy(TEST_ONE, 'sum', 'typeof x !== "number"');
|
|
|
| var generated = compile(TEST_TWO, entry: 'foo');
|
| RegExp regexp = new RegExp(getNumberTypeCheck('a'));
|
|
|