Skip to content

Commit

Permalink
cue: remove TODO for TestExpr
Browse files Browse the repository at this point in the history
This got fixed somewhere along the way while fixing another
test.

Issue #3060

Signed-off-by: Marcel van Lohuizen <mpvl@gmail.com>
Change-Id: Id1b8f94d0f88952e76acbf828cdadb0356475177
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1194105
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
  • Loading branch information
mpvl committed May 1, 2024
1 parent 7dd29f1 commit 21b0039
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cue/types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3836,8 +3836,6 @@ func TestExpr(t *testing.T) {
}}
for _, tc := range testCases {
runMatrix(t, tc.input, func(t *testing.T, cfg *evalConfig) {
TODO_Sharing(t, cfg)

v := cfg.getValue(t, tc.input).Lookup("v")
got := exprStr(v)
if got != tc.want {
Expand Down

0 comments on commit 21b0039

Please sign in to comment.