Skip to content

Commit

Permalink
internal/_e2e: remove unused import
Browse files Browse the repository at this point in the history
Somehow in https://cuelang.org/cl/1198292 I added an unused import
to script_test.go, and it wasn't picked up by the trybots
as the e2e tests are only run on commits pushed to master.

A follow-up commit will teach the trybots to check that internal/_e2e
can be compiled as a test package, as this is not the first,
nor will it be the last, that we mess up its build by accident
and forget that CI on Gerrit does not notice.

Signed-off-by: Daniel Martí <[email protected]>
Change-Id: I557ac8c5e3ed04480322bf9a7ea6daf1a3884d1d
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1198297
Unity-Result: CUE porcuepine <[email protected]>
Reviewed-by: Paul Jolly <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
  • Loading branch information
mvdan committed Jul 23, 2024
1 parent 657d5ec commit 6a9997f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/_e2e/script_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ package e2e_test
import (
"bytes"
"cmp"
"context"
cryptorand "crypto/rand"
"fmt"
"os"
Expand Down

0 comments on commit 6a9997f

Please sign in to comment.