Index: lib/system/nsm.dart |
diff --git a/lib/system/nsm.dart b/lib/system/nsm.dart |
index fd20e4ae84cadd36503bc2cd1eb24ddc7e4835f9..d5d0e5d774a1a5ea8c86025855e53955adc8e090 100644 |
--- a/lib/system/nsm.dart |
+++ b/lib/system/nsm.dart |
@@ -2,7 +2,7 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE.md file. |
-part of dart.system; |
+part of dart.fletch._system; |
class FletchNoSuchMethodError implements NoSuchMethodError { |
final Object _receiver; |