Skip to content

Commit 3f5427d

Browse files
mralephCommit Queue
authored andcommitted
[perf_witness] Fix import statement
For some reason both CFE and Analyzer don't seem to complain about ../../server.dart and instead resolve it as if it was ../server.dart. Issue #62233 Change-Id: I5a4ca8c7c6686c08d06e709bacfce2c96a6a6964 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/467800 Reviewed-by: Martin Kustermann <kustermann@google.com> Commit-Queue: Slava Egorov <vegorov@google.com>
1 parent b3857af commit 3f5427d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/perf_witness/lib/src/async_span.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import 'dart:async';
66
import 'dart:developer';
77

8-
import '../../server.dart';
8+
import '../server.dart';
99

1010
/// With synchronous execution the nesting between spans is naturally induced
1111
/// by the callstack. Consider:

0 commit comments

Comments
 (0)