mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:44:27 +00:00
Remove unnecessary Platform.resolvedExecutable access.
R=brianwilkerson@google.com Change-Id: Ib037100e55bd9d038734d449998385db482de7b5 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/174227 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
parent
25b80442d4
commit
6df4279ccb
1 changed files with 0 additions and 3 deletions
|
@ -2,8 +2,6 @@
|
|||
// 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.
|
||||
|
||||
import 'dart:io' as io;
|
||||
|
||||
import 'package:analyzer/dart/analysis/analysis_context.dart';
|
||||
import 'package:analyzer/dart/analysis/context_root.dart';
|
||||
import 'package:analyzer/dart/analysis/declared_variables.dart';
|
||||
|
@ -36,7 +34,6 @@ class ContextBuilderImplTest with ResourceProviderMixin {
|
|||
}
|
||||
|
||||
void setUp() {
|
||||
newFile(io.Platform.resolvedExecutable); // create folders
|
||||
var folder = newFolder('/home/test');
|
||||
contextBuilder = ContextBuilderImpl(resourceProvider: resourceProvider);
|
||||
contextRoot = ContextRootImpl(resourceProvider, folder);
|
||||
|
|
Loading…
Reference in a new issue