aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ui/incorrect_path.rs
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tests/ui/incorrect_path.rs')
-rw-r--r--testing/tests/ui/incorrect_path.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/testing/tests/ui/incorrect_path.rs b/testing/tests/ui/incorrect_path.rs
deleted file mode 100644
index f0c85cf..0000000
--- a/testing/tests/ui/incorrect_path.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-use askama::Template;
-
-#[derive(Template)]
-#[template(path = "thisdoesnotexist.html")]
-struct MyTemplate;
-
-fn main() {
-}