Skip to content

Commit

Permalink
remove godoc comment commit by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-perugini committed Sep 15, 2023
1 parent efd42eb commit da4697e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/integrationtest/compile_4/compile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -572,9 +572,6 @@ func testBuilderSketchWithConflictingLibraries(t *testing.T, env *integrationtes
require.NoError(t, err)
libs := out.BuilderResult.UsedLibraries

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

0 comments on commit da4697e

Please sign in to comment.