Skip to content

Commit c6dd536

Browse files
committed
rm redundant check
1 parent c27f4f3 commit c6dd536

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python.test/src

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.test/src/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ def read_tags(test_file: TestFile, allow_exclusions=False) -> list[Tag]:
12981298

12991299
tag = Tag(
13001300
TestId(test_path, test),
1301-
frozenset(keys if keys else frozenset()),
1301+
frozenset(keys),
13021302
excluded_keys=frozenset(excluded_keys),
13031303
is_exclusion=is_exclusion,
13041304
comment=comment,

0 commit comments

Comments
 (0)