Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(569)

Unified Diff: runtime/vm/dart_api_impl_test.cc

Issue 9169073: Fix a build break caused by an new execution test that cannot run on ARM. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 80186f60a1d5f8d13cc31b3251df369c39595282..9e722aa0a3ec67cd40bdd86e1e3c58b7c64f32ef 100644
--- a/runtime/vm/dart_api_impl_test.cc
+++ b/runtime/vm/dart_api_impl_test.cc
@@ -612,8 +612,6 @@ TEST_CASE(ListAccess) {
EXPECT(Dart_IsError(result));
}
-#endif
-
TEST_CASE(ByteArray) {
Dart_Handle obj1 = Dart_NewByteArray(10);
@@ -667,6 +665,8 @@ TEST_CASE(ByteArray) {
}
}
+#endif
+
// Unit test for entering a scope, creating a local handle and exiting
// the scope.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698