Chromium Code Reviews| Index: tests/language/argument_definition2_test.dart |
| =================================================================== |
| --- tests/language/argument_definition2_test.dart (revision 12414) |
| +++ tests/language/argument_definition2_test.dart (working copy) |
| @@ -1,6 +1,7 @@ |
| // Copyright (c) 2012, 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. |
| +// VMOptions=--reject_named_argument_as_positional |
|
ngeoffray
2012/09/16 08:35:27
This won't work for dart2js, could you change the
regis
2012/09/17 17:16:42
I notice now that this particular test did not nee
ngeoffray
2012/09/21 07:12:32
No problem, let's do that and hope we can remove t
|
| test1(bool passed, [a = 42]) { |
| if (passed) { |