Skip to content

Commit 23b4b3c

Browse files
sstricklCommit Queue
authored andcommitted
[tests] Updates for the change in path.
These files were moved from the root directory to lib/ in https://dart-review.googlesource.com/c/sdk/+/405140, but the tests that used them weren't updated accordingly. TEST=service/breakpoint_in_package_parts_class_file_uri_test Fixes: #59980 Change-Id: Ie7eb4666baa7caab95a1aa8469fc890a127f9565 Cq-Include-Trybots: luci.dart.try:vm-linux-debug-x64-try Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/405762 Reviewed-by: Ben Konyi <[email protected]> Commit-Queue: Tess Strickland <[email protected]>
1 parent 204039c commit 23b4b3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runtime/observatory/tests/service/breakpoint_in_package_parts_class_file_uri_test.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ import 'service_test_common.dart';
1414
// Chop off the file name.
1515
String baseDirectory = path.dirname(Platform.script.path) + '/';
1616
Uri baseUri = Platform.script.replace(path: baseDirectory);
17-
Uri breakpointFile = baseUri.resolve('observatory_test_package/the_part.dart');
17+
Uri breakpointFile =
18+
baseUri.resolve('observatory_test_package/lib/the_part.dart');
1819
const String shortFile = "the_part.dart";
1920

2021
const int LINE = 87;

0 commit comments

Comments
 (0)