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

Unified Diff: tests/language_2/bad_typedef_test.dart

Issue 2990933002: Migrate block 43. (Closed)
Patch Set: Update tests and status file. Created 3 years, 5 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/language_2/bad_raw_string_test.dart ('k') | tests/language_2/bailout2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_2/bad_typedef_test.dart
diff --git a/tests/language/bad_typedef_test.dart b/tests/language_2/bad_typedef_test.dart
similarity index 90%
rename from tests/language/bad_typedef_test.dart
rename to tests/language_2/bad_typedef_test.dart
index b9457f980c1129cde2ea5fc7e96e9751d2c17da3..06c8183724e77473c5d97675798bae22675a19e5 100644
--- a/tests/language/bad_typedef_test.dart
+++ b/tests/language_2/bad_typedef_test.dart
@@ -7,7 +7,7 @@ import "package:expect/expect.dart";
typedef int H(
Function
- Function // //# 00: compile-time error
+ Function //# 00: compile-time error
x);
main() {
« no previous file with comments | « tests/language_2/bad_raw_string_test.dart ('k') | tests/language_2/bailout2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698