| Index: pkg/dartino_compiler/lib/src/verbs/quit_verb.dart | 
| diff --git a/pkg/fletchc/lib/src/verbs/quit_verb.dart b/pkg/dartino_compiler/lib/src/verbs/quit_verb.dart | 
| similarity index 92% | 
| rename from pkg/fletchc/lib/src/verbs/quit_verb.dart | 
| rename to pkg/dartino_compiler/lib/src/verbs/quit_verb.dart | 
| index 12fb51dc786011563e5ccd951651e17a195033f9..ad5f9fe766bef6e18635d895d15daa4f5fada62d 100644 | 
| --- a/pkg/fletchc/lib/src/verbs/quit_verb.dart | 
| +++ b/pkg/dartino_compiler/lib/src/verbs/quit_verb.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. | 
|  | 
| -library fletchc.verbs.quit_verb; | 
| +library dartino_compiler.verbs.quit_verb; | 
|  | 
| import 'infrastructure.dart'; | 
|  | 
|  |