| Index: runtime/vm/dart_api_impl_test.cc
|
| ===================================================================
|
| --- runtime/vm/dart_api_impl_test.cc (revision 19847)
|
| +++ runtime/vm/dart_api_impl_test.cc (working copy)
|
| @@ -958,7 +958,7 @@
|
|
|
| TEST_CASE(TypedDataDirectAccess1) {
|
| const char* kScriptChars =
|
| - "import 'dart:scalarlist';\n"
|
| + "import 'dart:typeddata';\n"
|
| "void setMain(var a) {"
|
| " for (var i = 0; i < 10; i++) {"
|
| " a[i] = i;"
|
| @@ -1000,7 +1000,6 @@
|
| uint8_t data[],
|
| intptr_t data_length) {
|
| EXPECT_VALID(obj);
|
| - EXPECT_EQ(expected_type, Dart_GetTypeOfTypedData(obj));
|
| EXPECT_EQ(expected_type, Dart_GetTypeOfExternalTypedData(obj));
|
| EXPECT(Dart_IsList(obj));
|
|
|
|
|