summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-02-15 14:32:37 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-02-15 15:01:26 +0100
commiteb62e23f14e953047938b05070e9dea730490b20 (patch)
tree527dfd449042254faa5dbfe87d48683782ca85b4 /tests
parentd0893725651a7657eab21ec4aad97146d2294c98 (diff)
Fix test broken by #762
Diffstat (limited to 'tests')
-rw-r--r--tests/lang/eval-okay-attrs5.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/eval-okay-attrs5.nix b/tests/lang/eval-okay-attrs5.nix
index 0a98b8fdf..a4584cd3b 100644
--- a/tests/lang/eval-okay-attrs5.nix
+++ b/tests/lang/eval-okay-attrs5.nix
@@ -15,7 +15,7 @@ in
as.a.b.c or as.x.y.z
as.x.y.bla or bs.f-o-o.bar or "xyzzy"
as.x.y.bla or bs.bar.foo or "xyzzy"
- 123.bla or null.foo or "xyzzy"
+ (123).bla or null.foo or "xyzzy"
# Backwards compatibility test.
(fold or [] [true false false])
]