Skip to content

Commit 0e791c6

Browse files
committed
Remove unused TEST_CLASSPATH_ORIGINS test-dart key
commit_hash:b50bd183d64278fd25272a91d7f68db07e598d78
1 parent 8b5a42c commit 0e791c6

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

build/plugins/_dart_fields.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -863,14 +863,6 @@ def value(cls, unit, flat_args, spec_args):
863863
return {cls.KEY: '${DART_CLASSPATH_DEPS}'}
864864

865865

866-
class TestClasspathOrigins:
867-
KEY = 'TEST_CLASSPATH_ORIGINS'
868-
869-
@classmethod
870-
def value(cls, unit, flat_args, spec_args):
871-
return None
872-
873-
874866
class TestCwd:
875867
KEY = 'TEST-CWD'
876868

build/plugins/ytest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,6 @@ def onadd_pytest_bin(fields, unit, *args):
869869
df.JdkForTests.value,
870870
df.ModuleLang.value,
871871
df.TestClasspath.value,
872-
df.TestClasspathOrigins.value,
873872
df.TestClasspathDeps.value,
874873
df.TestJar.value,
875874
df.DockerImage.value,

0 commit comments

Comments
 (0)