From ceed8192848760430c9c23659f9cb979aad1f9c3 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 29 May 2014 19:04:27 +0200 Subject: [PATCH] Fix test --- tests/lang/eval-okay-search-path.exp | 2 +- tests/lang/eval-okay-search-path.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/lang/eval-okay-search-path.exp b/tests/lang/eval-okay-search-path.exp index ad05904ba1..4519bc406d 100644 --- a/tests/lang/eval-okay-search-path.exp +++ b/tests/lang/eval-okay-search-path.exp @@ -1 +1 @@ -"abcca" +"abccX" diff --git a/tests/lang/eval-okay-search-path.nix b/tests/lang/eval-okay-search-path.nix index e0f433fec6..f48bf3fad2 100644 --- a/tests/lang/eval-okay-search-path.nix +++ b/tests/lang/eval-okay-search-path.nix @@ -8,4 +8,4 @@ assert length (filter (x: x.prefix == "nix") nixPath) == 1; assert length (filter (x: baseNameOf x.path == "dir4") nixPath) == 1; import + import + import + import - + (let nixPath = [ { path = ./dir1; } { path = ./dir2; } ]; in import ) + + (let nixPath = [ { path = ./dir2; } { path = ./dir1; } ]; in import )