Chromium Code Reviews

Unified Diff: pkg/unittest/lib/vm_config.dart

Issue 105113009: Renaming unittest library names to all have package prefix names. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « pkg/unittest/lib/mock.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/unittest/lib/vm_config.dart
diff --git a/pkg/unittest/lib/vm_config.dart b/pkg/unittest/lib/vm_config.dart
index e37cf7298a6b39378993ab5b39883ec086f7db65..685518eeaedad1184e8b1f32e4213f2cba127952 100644
--- a/pkg/unittest/lib/vm_config.dart
+++ b/pkg/unittest/lib/vm_config.dart
@@ -5,7 +5,7 @@
/**
* A simple unit test library for running tests on the VM.
*/
-library unittest_vm_config;
+library unittest.vm_config;
import 'dart:async';
import 'dart:io';
« no previous file with comments | « pkg/unittest/lib/mock.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine