aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/eval-fail-assert-equal-paths.nix
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdata/eval-fail-assert-equal-paths.nix')
-rw-r--r--test/testdata/eval-fail-assert-equal-paths.nix2
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 @@
1assert ./foo == ./bar;
2throw "unreachable" \ No newline at end of file