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

Unified Diff: lib/src/util/remote_exception.dart

Issue 955543002: Move a bunch of src/ files into subdirectories. (Closed) Base URL: git@github.com:dart-lang/unittest@master
Patch Set: Fix library tags Created 5 years, 10 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 | « lib/src/util/isolate_wrapper.dart ('k') | lib/src/vm_listener.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/util/remote_exception.dart
diff --git a/lib/src/remote_exception.dart b/lib/src/util/remote_exception.dart
similarity index 98%
rename from lib/src/remote_exception.dart
rename to lib/src/util/remote_exception.dart
index 683b19a18afe3ad05b65677ae216def89c13ccf0..3af88a859133096c439d1bac0eeb648ca8afd445 100644
--- a/lib/src/remote_exception.dart
+++ b/lib/src/util/remote_exception.dart
@@ -2,14 +2,14 @@
// 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 unittest.remote_exception;
+library unittest.util.remote_exception;
import 'dart:async';
import 'dart:isolate';
import 'package:stack_trace/stack_trace.dart';
-import 'expect.dart';
+import '../frontend/expect.dart';
/// An exception that was thrown remotely.
///
« no previous file with comments | « lib/src/util/isolate_wrapper.dart ('k') | lib/src/vm_listener.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698