diff --git a/tests/compiler/dart2js_extra/rti/variance_subtype_test.dart b/tests/compiler/dart2js_extra/rti/variance_subtype_test.dart index a42ab3facbc..87685c115b3 100644 --- a/tests/compiler/dart2js_extra/rti/variance_subtype_test.dart +++ b/tests/compiler/dart2js_extra/rti/variance_subtype_test.dart @@ -2,7 +2,7 @@ // 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. -// dart2jsOptions= --enable-experiment=variance +// SharedOptions=--enable-experiment=variance import 'dart:_foreign_helper' show JS; import 'dart:_rti' as rti;