Skip to content

Commit 5dd20d2

Browse files
committed
Revert wrongly committed file
Signed-off-by: Cristian Maglie <[email protected]>
1 parent 936e369 commit 5dd20d2

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Diff for: src/arduino.cc/builder/test/try_build_of_problematic_sketch_test.go

-12
Original file line numberDiff line numberDiff line change
@@ -191,18 +191,6 @@ func TestTryBuild036(t *testing.T) {
191191
tryBuildWithContext(t, context, "sketch11", "sketch_fastleds.ino")
192192
}
193193

194-
func TestTryBuild037(t *testing.T) {
195-
context := makeDefaultContext(t)
196-
context[constants.CTX_FQBN] = "arduino:samd:arduino_zero_native"
197-
tryBuildWithContext(t, context, "sketch12", "sketch12.ino")
198-
}
199-
200-
func TestTryBuild038(t *testing.T) {
201-
context := makeDefaultContext(t)
202-
context[constants.CTX_FQBN] = "arduino:sam:arduino_due_x"
203-
tryBuildWithContext(t, context, "sketch12", "sketch12.ino")
204-
}
205-
206194
func makeDefaultContext(t *testing.T) map[string]interface{} {
207195
DownloadCoresAndToolsAndLibraries(t)
208196

0 commit comments

Comments
 (0)