From 19e2aa4a388078527a7cb13a43984a8b0d873907 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 4 Dec 2021 13:04:04 +0530 Subject: remove tests for unquoted_splices --- bin/tests/data/unquoted_splices.nix | 15 --------------- bin/tests/main.rs | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 bin/tests/data/unquoted_splices.nix diff --git a/bin/tests/data/unquoted_splices.nix b/bin/tests/data/unquoted_splices.nix deleted file mode 100644 index 30935b0..0000000 --- a/bin/tests/data/unquoted_splices.nix +++ /dev/null @@ -1,15 +0,0 @@ -let - x = 2; - y = 3; - a = { "2" = y; }; -in -[ - ${x} - ${toString (x + y)} - a.${toString x} - - # multiline test - ${ - toString x - } -] diff --git a/bin/tests/main.rs b/bin/tests/main.rs index 6175c90..de5266f 100644 --- a/bin/tests/main.rs +++ b/bin/tests/main.rs @@ -39,9 +39,9 @@ test_lint! { collapsible_let_in, eta_reduction, useless_parens, - unquoted_splices, empty_pattern, redundant_pattern_bind, unquoted_uri, deprecated_is_null, + empty_inherit, } -- cgit v1.2.3