diff --git a/tests/functional/lang/parse-okay-url.flags b/tests/functional/lang/parse-okay-url.flags deleted file mode 100644 index 86329a66e..000000000 --- a/tests/functional/lang/parse-okay-url.flags +++ /dev/null @@ -1 +0,0 @@ ---extra-deprecated-features url-literals diff --git a/tests/functional/lang/parse-okay-url.nix b/tests/functional2/lang/url-literals/in.nix similarity index 100% rename from tests/functional/lang/parse-okay-url.nix rename to tests/functional2/lang/url-literals/in.nix diff --git a/tests/functional/lang/parse-okay-url.exp b/tests/functional2/lang/url-literals/parse-okay.out.exp similarity index 100% rename from tests/functional/lang/parse-okay-url.exp rename to tests/functional2/lang/url-literals/parse-okay.out.exp diff --git a/tests/functional2/lang/url-literals/test.toml b/tests/functional2/lang/url-literals/test.toml new file mode 100644 index 000000000..19842ca21 --- /dev/null +++ b/tests/functional2/lang/url-literals/test.toml @@ -0,0 +1,3 @@ +[[test]] +runner = "parse-okay" +flags = [ "--extra-deprecated-features", "url-literals" ]