aboutsummaryrefslogtreecommitdiff
path: root/starlarkstruct/struct_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'starlarkstruct/struct_test.go')
-rw-r--r--starlarkstruct/struct_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/starlarkstruct/struct_test.go b/starlarkstruct/struct_test.go
index 8e6a93d..5de7020 100644
--- a/starlarkstruct/struct_test.go
+++ b/starlarkstruct/struct_test.go
@@ -19,7 +19,6 @@ func init() {
// The tests make extensive use of these not-yet-standard features.
resolve.AllowLambda = true
resolve.AllowNestedDef = true
- resolve.AllowFloat = true
resolve.AllowSet = true
}