Skip to content

Commit 3c49fb0

Browse files
authored
use blocklist instead of blacklist (#38988)
1 parent a96c8ec commit 3c49fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/harness/harnessUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ namespace Utils {
218218
case "symbolCount":
219219
case "identifierCount":
220220
case "scriptSnapshot":
221-
// Blacklist of items we never put in the baseline file.
221+
// Blockist of items we never put in the baseline file.
222222
break;
223223

224224
case "originalKeywordKind":

0 commit comments

Comments
 (0)