We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb4840 commit 4f388b1Copy full SHA for 4f388b1
internal/core/adt/api_test.go
@@ -33,7 +33,7 @@ type editConfig struct {
33
// Modifying values can cause a mix of non-finalized nodes as children of
34
// a finalized parent. Ensure that this does not cause issues.
35
func TestAPIModifyingValues(t *testing.T) {
36
- ctx := cuecontext.New(cuecontext.CUE_DEBUG("logeval=1"))
+ ctx := cuecontext.New()
37
38
v := ctx.CompileString(`
39
edits: [{
0 commit comments