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

Unified Diff: lib/src/runner/load_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/runner/isolate_test.dart ('k') | lib/src/runner/loader.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/runner/load_exception.dart
diff --git a/lib/src/load_exception.dart b/lib/src/runner/load_exception.dart
similarity index 95%
rename from lib/src/load_exception.dart
rename to lib/src/runner/load_exception.dart
index 8c6dff0d48073409e429c7baf6f385c1aaaebf22..f2bc2f1ef8daa460b6367554e611703b42a194ca 100644
--- a/lib/src/load_exception.dart
+++ b/lib/src/runner/load_exception.dart
@@ -2,13 +2,13 @@
// 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.load_exception;
+library unittest.runner.load_exception;
import 'dart:isolate';
import 'package:path/path.dart' as p;
-import 'utils.dart';
+import '../utils.dart';
class LoadException implements Exception {
final String path;
« no previous file with comments | « lib/src/runner/isolate_test.dart ('k') | lib/src/runner/loader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698