| Index: tests/compiler/dart2js/constant_folding_test.dart
|
| diff --git a/tests/compiler/dart2js/constant_folding_test.dart b/tests/compiler/dart2js/constant_folding_test.dart
|
| index d366ecce88ba070cc91cdabee69f91c4d315f877..ac108a1b81418ac967223aca9709f73879b619e1 100644
|
| --- a/tests/compiler/dart2js/constant_folding_test.dart
|
| +++ b/tests/compiler/dart2js/constant_folding_test.dart
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| +// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Test constant folding on numbers.
|
| @@ -37,7 +37,7 @@ main() {
|
| NEGATIVE_NUMBER_FOLDING, 'main', const RegExp(@"print\(1\)"));
|
|
|
| String generated = compile(NULL_EQUALS_FOLDING, 'foo');
|
| - RegExp regexp = const RegExp(@'a == null');
|
| + RegExp regexp = const RegExp(@'eqNullB\(a\)');
|
| Expect.isTrue(regexp.hasMatch(generated));
|
|
|
| regexp = const RegExp(@'null == b');
|
|
|