# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/graalvm/hotfix-test.patch # Copyright (C) 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- graal-vm-25.0.2/sdk/mx.sdk/suite.py.vanilla 2026-04-28 03:16:52.469668881 +0300 +++ graal-vm-25.0.2/sdk/mx.sdk/suite.py 2026-04-28 03:18:25.892400578 +0300 @@ -691,12 +691,6 @@ }, "graalCompilerSourceEdition": "ignore", }, - "org.graalvm.toolchain.test" : { - "class" : "ToolchainTestProject", - "subDir" : "src", - "buildDependencies" : ["LLVM_TOOLCHAIN"], - "graalCompilerSourceEdition": "ignore", - }, "org.graalvm.shadowed.org.jline": { # shaded custom JLine bundle "subDir": "src", @@ -1609,7 +1603,6 @@ }, "dependencies": [ "LLVM_TOOLCHAIN", - "org.graalvm.toolchain.test", ], "graalCompilerSourceEdition": "ignore", },