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

Unified Diff: runtime/tests/vm/generic_test.dart

Issue 10271014: test rename overhaul: step 14 - vm tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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
Index: runtime/tests/vm/generic_test.dart
diff --git a/runtime/tests/vm/src/GenericTest.dart b/runtime/tests/vm/generic_test.dart
similarity index 97%
rename from runtime/tests/vm/src/GenericTest.dart
rename to runtime/tests/vm/generic_test.dart
index b3e0b8c8e29bb764b346226fee0c08078ef8d0b3..a7c61d67ebd9ae5ae9738e445851943a5dbcce3f 100644
--- a/runtime/tests/vm/src/GenericTest.dart
+++ b/runtime/tests/vm/generic_test.dart
@@ -67,7 +67,7 @@ class GenericTest {
pos = error.url.lastIndexOf("\\", error.url.length);
}
String subs = error.url.substring(pos + 1, error.url.length);
- Expect.equals("GenericTest.dart", subs);
+ Expect.equals("generic_test.dart", subs);
Expect.equals(23, error.line);
Expect.equals(23, error.column);
}
« no previous file with comments | « no previous file | runtime/tests/vm/import_map_test.dart » ('j') | runtime/tests/vm/isolate_mirror_busy_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698