Index: runtime/vm/dart_api_impl_test.cc |
=================================================================== |
--- runtime/vm/dart_api_impl_test.cc (revision 42893) |
+++ runtime/vm/dart_api_impl_test.cc (working copy) |
@@ -7339,7 +7339,7 @@ |
Isolate::SetInterruptCallback(IsolateInterruptTestCallback); |
sync = new Monitor(); |
- int result = Thread::Start(BusyLoop_start, 0); |
+ int result = OSThread::Start(BusyLoop_start, 0); |
EXPECT_EQ(0, result); |
{ |