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

Unified Diff: runtime/observatory/test/vm_test.dart

Issue 839543002: Revert "Build Observatory with runtime" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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 | « runtime/observatory/test/vm_metrics_test.dart ('k') | runtime/observatory/test/weak_properties_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/test/vm_test.dart
diff --git a/runtime/observatory/test/vm_test.dart b/runtime/observatory/test/vm_test.dart
deleted file mode 100644
index 86fa08937438b02f79c63e6e57528bf151dacd8d..0000000000000000000000000000000000000000
--- a/runtime/observatory/test/vm_test.dart
+++ /dev/null
@@ -1,16 +0,0 @@
-import 'package:observatory/service_io.dart';
-import 'package:unittest/unittest.dart';
-import 'test_helper.dart';
-
-var tests = [
-
-(Isolate isolate) {
- VM vm = isolate.owner;
- expect(vm.targetCPU, isNotNull);
- expect(vm.architectureBits == 32 ||
- vm.architectureBits == 64, isTrue);
-},
-
-];
-
-main(args) => runIsolateTests(args, tests);
« no previous file with comments | « runtime/observatory/test/vm_metrics_test.dart ('k') | runtime/observatory/test/weak_properties_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698