From e7bc5f76742b761ecb7d157c52f486dc9855702d Mon Sep 17 00:00:00 2001 From: shengxinjing <316783812@qq.com> Date: Tue, 9 Jun 2020 12:35:17 +0800 Subject: [PATCH] use blocklist instead of blacklist --- src/harness/harnessUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/harness/harnessUtils.ts b/src/harness/harnessUtils.ts index 23c715a58e274..dbed683b30a1b 100644 --- a/src/harness/harnessUtils.ts +++ b/src/harness/harnessUtils.ts @@ -218,7 +218,7 @@ namespace Utils { case "symbolCount": case "identifierCount": case "scriptSnapshot": - // Blacklist of items we never put in the baseline file. + // Blockist of items we never put in the baseline file. break; case "originalKeywordKind":