[dart2js] Rename issue-specific tests.

The `regress` folder in tests/web and tests/web_2 has been renamed to
`issue`. All issue-numbered tests have been placed there; other tests
have been moved out of that folder.

Change-Id: I4534d34b2ef21f7accc45c3ce097d9be74845e4d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/235984
Reviewed-by: Joshua Litt <joshualitt@google.com>
Commit-Queue: Mayank Patke <fishythefish@google.com>
This commit is contained in:
Mayank Patke
2022-03-09 22:18:27 +00:00
committed by Commit Bot
parent 9ff6a58790
commit 6005e923d8
210 changed files with 5 additions and 13 deletions
@@ -6,10 +6,9 @@
// Regression test for issue 32853.
int foo<T extends Comparable<T>>(T a, T b) => a.compareTo(b);
main() {
int Function<T extends Comparable<T>>(T, T) f = foo;
print(f<num>(1, 2));
}
}

Some files were not shown because too many files have changed in this diff Show More