dart-sdk/tests
Paul Berry df6bb1f786 Fix duplicate test case.
It's clear from the comments that the first case was meant to test the
variable `v` (which has type `Object?`), and the second was meant to
test the variable `d` (which has type `dynamic`), but they
accidentally were both referring to `v`.

Change-Id: I1c36350689d20fa8d86c7d1c66918307f5fe2253
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/214132
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
2021-09-22 15:47:26 +00:00
..
co19 [VM/tests] - Skip top_level_method test on simarm archs to see if it fixes the purple bots. 2021-09-16 20:56:05 +00:00
co19_2 [ddc] Skip unsupported 64-bit int tests 2021-09-21 18:51:47 +00:00
corelib
corelib_2
dartdevc
dartdevc_2
ffi [vm/ffi] Adds FFI transform for Handle -> Pointer. 2021-09-15 12:47:35 +00:00
ffi_2
language Fix duplicate test case. 2021-09-22 15:47:26 +00:00
language_2 Add extension name getter on Enum. 2021-09-22 14:20:16 +00:00
lib Add external extension fields, getters, and setters. 2021-09-21 22:56:18 +00:00
lib_2 Add external extension fields, getters, and setters. 2021-09-21 22:56:18 +00:00
modular
standalone [vm/gardening] Reference .pem-files from the test so they are available for the test runs. 2021-09-15 22:08:54 +00:00
standalone_2 [vm/gardening] Reference .pem-files from the test so they are available for the test runs. 2021-09-15 22:08:54 +00:00
web
web_2
legacy_status_dart2js.csv
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.