aboutsummaryrefslogtreecommitdiffstats
path: root/test/testdata/eval-fail-assert-equal-list-length.nix
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdata/eval-fail-assert-equal-list-length.nix')
-rw-r--r--test/testdata/eval-fail-assert-equal-list-length.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testdata/eval-fail-assert-equal-list-length.nix b/test/testdata/eval-fail-assert-equal-list-length.nix
new file mode 100644
index 0000000..6d40f4d
--- /dev/null
+++ b/test/testdata/eval-fail-assert-equal-list-length.nix
@@ -0,0 +1,2 @@
1assert [ 1 0 ] == [ 10 ];
2throw "unreachable" \ No newline at end of file