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

Unified Diff: tests/standalone/io/test_relative_extension_fail_tester.dart

Issue 2285223003: Fix native extension lookup (Closed)
Patch Set: Update test for error message change Created 4 years, 4 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 | « tests/standalone/io/test_relative_extension.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/test_relative_extension_fail_tester.dart
diff --git a/tests/standalone/io/test_extension_fail_tester.dart b/tests/standalone/io/test_relative_extension_fail_tester.dart
similarity index 85%
copy from tests/standalone/io/test_extension_fail_tester.dart
copy to tests/standalone/io/test_relative_extension_fail_tester.dart
index f2e72aeca5e4732e02af7ad4c3c918dc1b60c7a7..ad37cf09dd610f87db52065cde9f2e9e8c6e9f8f 100644
--- a/tests/standalone/io/test_extension_fail_tester.dart
+++ b/tests/standalone/io/test_relative_extension_fail_tester.dart
@@ -1,4 +1,4 @@
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
// 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.
@@ -6,7 +6,7 @@ library test_extension_test;
import "dart:async";
import "dart:isolate";
-import "test_extension.dart";
+import "test_relative_extension.dart";
main() {
try {
« no previous file with comments | « tests/standalone/io/test_relative_extension.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698