a75ffc8956
This is practically a copy of the change in https://dart-review.googlesource.com/c/sdk/+/118040 but applied to the non-nnbd sdk. Even though there is no intent to run the non-nnbd sdk with the non-nullable experiment, we need to add this annotation because of how we intend to gradually start testing NNBD. The libraries.json under sdk_nnbd is allowed to point to libraries under the non-nnbd sdk in order to temporarily build without errors until all patch files are migrated and all CFE issues are addressed. Change-Id: I53c1123a8d86c10695832a8a0ad35adb7b4d92fd Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/125181 Commit-Queue: Sigmund Cherem <sigmund@google.com> Reviewed-by: Bob Nystrom <rnystrom@google.com>
This directory contains tests of the language and core library implementations. For more information, see https://github.com/dart-lang/sdk/wiki/Testing.