Skip to content

Commit 555d9ea

Browse files
jensjohaCommit Queue
authored andcommitted
[vm_service] Rename another test to _test
I missed this one in https://dart-review.googlesource.com/c/sdk/+/400320/ - although I did add the entry for it in pkg/pkg.status :/ Change-Id: Iedcd0ba4804b136e73397939183a1535becec4fe Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/400560 Reviewed-by: Alexander Thomas <[email protected]> Commit-Queue: Jens Johansen <[email protected]>
1 parent 86f933d commit 555d9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/vm_service/test/issue_59661.dart renamed to pkg/vm_service/test/issue_59661_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ final tests = <IsolateTest>[
132132
void main([args = const <String>[]]) => runIsolateTests(
133133
args,
134134
tests,
135-
'issue_59661.dart',
135+
'issue_59661_test.dart',
136136
testeeConcurrent: code,
137137
pauseOnStart: false,
138138
pauseOnExit: true,

0 commit comments

Comments
 (0)