Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 666c8c1

Browse files
scheglovcommit-bot@chromium.org
authored andcommitted
Fix @visibleForTemplate tests on Windows.
TBR [email protected] Change-Id: I97ac89b7f3207a60fb2512a2a0af5aba231a7a35 Reviewed-on: https://dart-review.googlesource.com/69244 Reviewed-by: Konstantin Shcheglov <[email protected]> Reviewed-by: Brian Wilkerson <[email protected]> Commit-Queue: Konstantin Shcheglov <[email protected]>
1 parent 6fc1dd4 commit 666c8c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/analyzer/test/generated/hint_code_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2295,7 +2295,7 @@ class A {
22952295
}
22962296
''');
22972297
Source source2 = addNamedSource('/lib1.template.dart', r'''
2298-
import '../lib1.dart';
2298+
import 'lib1.dart';
22992299
23002300
class B {
23012301
void b() => new A().a();
@@ -2406,7 +2406,7 @@ class A {
24062406
}
24072407
''');
24082408
Source source2 = addNamedSource('/lib1.template.dart', r'''
2409-
import '../lib1.dart';
2409+
import 'lib1.dart';
24102410
24112411
void main() {
24122412
new A().a();

0 commit comments

Comments
 (0)