diff options
Diffstat (limited to 'test/testdata/eval-fail-pipe-operators.err.exp')
-rw-r--r-- | test/testdata/eval-fail-pipe-operators.err.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/testdata/eval-fail-pipe-operators.err.exp b/test/testdata/eval-fail-pipe-operators.err.exp new file mode 100644 index 0000000..49f3fa8 --- /dev/null +++ b/test/testdata/eval-fail-pipe-operators.err.exp | |||
@@ -0,0 +1,5 @@ | |||
1 | error: experimental Nix feature 'pipe-operators' is disabled; add '--extra-experimental-features pipe-operators' to enable it | ||
2 | at /pwd/lang/eval-fail-pipe-operators.nix:1:3: | ||
3 | 1| 1 |> 2 | ||
4 | | ^ | ||
5 | 2| | ||