Skip to content

Commit 28cc3cb

Browse files
remove godoc comment commit by mistake
1 parent 952f37e commit 28cc3cb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: internal/integrationtest/compile_4/compile_test.go

-3
Original file line numberDiff line numberDiff line change
@@ -572,9 +572,6 @@ func testBuilderSketchWithConflictingLibraries(t *testing.T, env *integrationtes
572572
require.NoError(t, err)
573573
libs := out.BuilderResult.UsedLibraries
574574

575-
// SortFunc sorts the slice x in ascending order as determined by the cmp function.
576-
// This sort is not guaranteed to be stable. cmp(a, b) should return a negative number when a \< b,
577-
// a positive number when a > b and zero when a == b.
578575
slices.SortFunc(libs, func(x, y *builderLibrary) int { return cmp.Compare(x.Name, y.Name) })
579576
require.Len(t, libs, 2)
580577
require.Equal(t, "Bridge", libs[0].Name)

0 commit comments

Comments
 (0)