diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-02-15T13·32+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-02-15T14·01+0100 |
commit | eb62e23f14e953047938b05070e9dea730490b20 (patch) | |
tree | 527dfd449042254faa5dbfe87d48683782ca85b4 /tests | |
parent | d0893725651a7657eab21ec4aad97146d2294c98 (diff) |
Fix test broken by #762
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lang/eval-okay-attrs5.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/eval-okay-attrs5.nix b/tests/lang/eval-okay-attrs5.nix index 0a98b8fdffa6..a4584cd3b398 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]) ] |