diff options
Diffstat (limited to 'test/testdata/eval-fail-assert-equal-paths.nix')
-rw-r--r-- | test/testdata/eval-fail-assert-equal-paths.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testdata/eval-fail-assert-equal-paths.nix b/test/testdata/eval-fail-assert-equal-paths.nix new file mode 100644 index 0000000..ef0b670 --- /dev/null +++ b/test/testdata/eval-fail-assert-equal-paths.nix | |||
@@ -0,0 +1,2 @@ | |||
1 | assert ./foo == ./bar; | ||
2 | throw "unreachable" \ No newline at end of file | ||