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