We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1faeaa commit 78d6d43Copy full SHA for 78d6d43
internal/arduino/builder/internal/detector/detector_test.go
@@ -78,7 +78,7 @@ func TestIncludesFinderWithRegExpPaddedIncludes4(t *testing.T) {
78
79
func TestIncludesFinderWithRegExpPaddedIncludes5(t *testing.T) {
80
output := "/some/path/sketch.ino:23:42: fatal error: 'Foobar.h' file not found" +
81
- " 23 | #include \"Foobar.h\"" +
+ " 23 | #include <Foobar.h>" +
82
" | ^~~~~~~~~~"
83
84
include := detector.IncludesFinderWithRegExp(output)
0 commit comments