3c4eaf4263
Fixes: https://github.com/dart-lang/sdk/issues/62173 Change-Id: I3cdf41e1c090d4003893a72a8b14cc1d2be06dac Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/477880 Auto-Submit: Felipe Morschel <git@fmorschel.dev> Commit-Queue: Brian Wilkerson <brianwilkerson@google.com> Reviewed-by: Samuel Rawlins <srawlins@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
This directory contains tests for the "new" plugin system introduced circa 2024,
which is the replacement for the "prototype" plugin system introduced circa
2017. The tests for the "prototype" plugin are located in ../plugin.
Eventually, all tests in ../plugin which test some equivalent behavior in the
"new" plugin system should be migrated here.