From 639cfd857f9cd764d3937ad6ab0d13d7d49b2f51 Mon Sep 17 00:00:00 2001 From: Mayank Patke Date: Fri, 29 Oct 2021 20:29:40 +0000 Subject: [PATCH] [dart2js] Provide unit tests with the sound null safety fileset. Change-Id: Ife2f60025c635d7fc335cbb1533a0dcf50ced8ab Fixes: https://github.com/dart-lang/sdk/issues/47558 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/218668 Reviewed-by: Sigmund Cherem Commit-Queue: Mayank Patke --- tools/bots/test_matrix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bots/test_matrix.json b/tools/bots/test_matrix.json index 5a1286dfc14..2facefd51ba 100644 --- a/tools/bots/test_matrix.json +++ b/tools/bots/test_matrix.json @@ -2467,7 +2467,7 @@ "pkg//compiler/" ], "shards": 3, - "fileset": "web_platform" + "fileset": "web_platform_nnbd" } ] },