| Index: runtime/vm/debugger_api_impl_test.cc
|
| diff --git a/runtime/vm/debugger_api_impl_test.cc b/runtime/vm/debugger_api_impl_test.cc
|
| index 1bfc4ceac75d3905057b058bbb95be7bc1ed75df..cd1b8c817bab26813406e9b83afc1d5ca4821308 100644
|
| --- a/runtime/vm/debugger_api_impl_test.cc
|
| +++ b/runtime/vm/debugger_api_impl_test.cc
|
| @@ -1515,7 +1515,7 @@ TEST_CASE(Debug_InterruptIsolate) {
|
| sync = new Monitor();
|
| EXPECT(interrupt_isolate_id == ILLEGAL_ISOLATE_ID);
|
| Dart_SetPausedEventHandler(InterruptIsolateHandler);
|
| - int result = OSThread::Start(InterruptIsolateRun, 0);
|
| + int result = OSThread::Start("DebugInterruptIsolate", InterruptIsolateRun, 0);
|
| EXPECT_EQ(0, result);
|
|
|
| // Wait for the test isolate to be created.
|
|
|