Skip to content

Commit a4df772

Browse files
author
Federico Fissore
committed
Removed stale test folder
Signed-off-by: Federico Fissore <[email protected]>
1 parent 54e0a8f commit a4df772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/arduino.cc/builder/test/prototypes_adder_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -569,8 +569,8 @@ func TestPrototypesAdderSketchWithFunctionSignatureInsideIFDEF(t *testing.T) {
569569

570570
context := make(map[string]interface{})
571571

572-
_ = SetupBuildPath(t, context)
573-
//defer os.RemoveAll(buildPath)
572+
buildPath := SetupBuildPath(t, context)
573+
defer os.RemoveAll(buildPath)
574574

575575
context[constants.CTX_HARDWARE_FOLDERS] = []string{filepath.Join("..", "hardware"), "hardware", "downloaded_hardware"}
576576
context[constants.CTX_TOOLS_FOLDERS] = []string{"downloaded_tools"}

0 commit comments

Comments
 (0)