File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
packages/flutter_tools/test/general.shard/dart Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 2
2
// Use of this source code is governed by a BSD-style license that can be
3
3
// found in the LICENSE file.
4
4
5
- // TODO(gspencergoog): Remove this tag once this test's state leaks/test
6
- // dependencies have been fixed.
7
- // https://github.com/flutter/flutter/issues/85160
8
- // Fails with "flutter test --test-randomize-ordering-seed=456"
9
- @Tags (< String > ['no-shuffle' ])
10
- library ;
11
-
12
5
import 'package:file/memory.dart' ;
13
6
import 'package:flutter_tools/src/base/file_system.dart' ;
14
7
import 'package:flutter_tools/src/dart/language_version.dart' ;
@@ -252,6 +245,7 @@ part of 'foo.dart';
252
245
253
246
testWithoutContext ('does not detect language version after library declaration' , () {
254
247
final FileSystem fileSystem = MemoryFileSystem .test ();
248
+ setUpLanguageVersion (fileSystem);
255
249
final File file = fileSystem.file ('example.dart' )
256
250
..writeAsStringSync ('''
257
251
// Some license
You can’t perform that action at this time.
0 commit comments