Index: pkg/mock/test/mock_stepwise_negative_test.dart |
diff --git a/pkg/unittest/test/mock_stepwise_negative_test.dart b/pkg/mock/test/mock_stepwise_negative_test.dart |
similarity index 85% |
copy from pkg/unittest/test/mock_stepwise_negative_test.dart |
copy to pkg/mock/test/mock_stepwise_negative_test.dart |
index 27926a12d93189f6f75a65ce54c367954dcc2a99..a9fe2b43ff527a10f07d5fad3e899489811a609d 100644 |
--- a/pkg/unittest/test/mock_stepwise_negative_test.dart |
+++ b/pkg/mock/test/mock_stepwise_negative_test.dart |
@@ -2,8 +2,9 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-library mock_stepwise_negative_test; |
-import 'package:unittest/unittest.dart'; |
+library mock.mock_stepwise_negative_test; |
+ |
+import 'package:unittest/unittest.dart' show test; |
import 'package:unittest/mock.dart'; |
main() { |