We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8509d0 commit 90ba6d5Copy full SHA for 90ba6d5
src/arduino.cc/builder/test/helper_tools_downloader.go
@@ -142,7 +142,6 @@ func DownloadCoresAndToolsAndLibraries(t *testing.T) {
142
patchFiles(t)
143
}
144
145
-// FIXME: once patched cores are released, patching them will be unnecessary
146
func patchFiles(t *testing.T) {
147
files, err := ioutil.ReadDir(PATCHES_FOLDER)
148
NoError(t, err)
0 commit comments