dart-sdk/tests
Nicholas Shahan e2f76a18f6 [test] Remove use of unwrapType() from test
This happened to work in both type systems because the property of the
same name exists in both, but technically `unwrapType()` is part of
the old type system and will be deleted soon.

Change-Id: I5620c5f409f0c6fe486b9a4c7a6872ee8deabc09
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/348800
Reviewed-by: Mark Zhou <markzipan@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
2024-01-26 23:56:11 +00:00
..
co19 [co19] Roll co19 to b5126f0bd51ea0819df8d5c362574f951a564940 2024-01-12 11:23:39 +00:00
corelib Update tests to pass in web/production mode. 2024-01-08 17:21:29 +00:00
dartdevc [test] Remove use of unwrapType() from test 2024-01-26 23:56:11 +00:00
ffi Revert "[ffi]: Remove pointer elementAt method." 2024-01-22 12:20:48 +00:00
language Fix missing analyzer error when pattern for-in iterable is nullable. 2024-01-24 22:23:09 +00:00
lib [dart:js_interop] Add isA helper 2024-01-25 18:52:45 +00:00
modular [tests] Add repro for cross module constant 2023-11-13 22:21:40 +00:00
standalone [vm/io] Null-terminate scope-copied CStrings. 2024-01-26 22:08:37 +00:00
web [dart2wasm] Split --omit-type-checks into --omit-{implicit,explicit}-checks 2024-01-25 09:52:25 +00:00
legacy_status_dart2js.csv
OWNERS
README.md

This directory contains tests of the language and core library implementations. For more information, see https://github.com/dart-lang/sdk/wiki/Testing.