| Index: runtime/vm/dart_api_impl_test.cc
|
| diff --git a/runtime/vm/dart_api_impl_test.cc b/runtime/vm/dart_api_impl_test.cc
|
| index 3f5056ff709af82abc7f473e7441c972ea983813..6e22c617e8d77f4cc238b477977424de30af2159 100644
|
| --- a/runtime/vm/dart_api_impl_test.cc
|
| +++ b/runtime/vm/dart_api_impl_test.cc
|
| @@ -7838,7 +7838,7 @@ TEST_CASE(IsolateInterrupt) {
|
| Isolate::SetInterruptCallback(IsolateInterruptTestCallback);
|
|
|
| sync = new Monitor();
|
| - int result = OSThread::Start(BusyLoop_start, 0);
|
| + int result = OSThread::Start("IsolateInterrupt", BusyLoop_start, 0);
|
| EXPECT_EQ(0, result);
|
|
|
| {
|
|
|