From 02e0b2d229c28cf9b3dbef2f48b26ea9545ce319 Mon Sep 17 00:00:00 2001 From: Alexander Thomas Date: Tue, 13 Aug 2019 11:32:17 +0000 Subject: [PATCH] [co19] Roll co19 to d2c051f7537e6fe47c8ccf0bd7a7e84b02010a2a 2019-08-13 sgrekhov@unipro.ru Fixes 472. Remove relative import from multitest 2019-08-13 sgrekhov@unipro.ru Fixes 471. Change an expected result to Ok and add another test to check that correct extension is exported 2019-08-12 sgrekhov@unipro.ru 389. More NNBD static errors tests added 2019-08-12 sgrekhov@unipro.ru 389. More NNBD static errors tests added 2019-08-09 sgrekhov@unipro.ru 389. More NNBD static errors tests added 2019-08-09 sgrekhov@unipro.ru Fixes 389. More NNBD static semantics tests 2019-08-09 sgrekhov@unipro.ru Fixes 470. Move log to base class 2019-08-08 sgrekhov@unipro.ru 389. More NNBD static errors tests added 2019-08-08 sgrekhov@unipro.ru Fixes 456. Fix constructor name and update export 2019-08-07 irina.arkhipets@gmail.com Fixed Issue 469: get rid of the useless compile-error tag. Change-Id: Ib723719e3f695b282120a240a55cfb81c3a95bd4 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112880 Reviewed-by: William Hesse --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index c512f03f575..24aed9bed2d 100644 --- a/DEPS +++ b/DEPS @@ -36,7 +36,7 @@ vars = { "chromium_git": "https://chromium.googlesource.com", "fuchsia_git": "https://fuchsia.googlesource.com", - "co19_2_rev": "a6f62f2024492b2c79b741d4b96e67fce31a9830", + "co19_2_rev": "d2c051f7537e6fe47c8ccf0bd7a7e84b02010a2a", # As Flutter does, we use Fuchsia's GN and Clang toolchain. These revision # should be kept up to date with the revisions pulled by the Flutter engine.