summaryrefslogtreecommitdiff
path: root/dhall_proc_macros/tests
diff options
context:
space:
mode:
Diffstat (limited to 'dhall_proc_macros/tests')
-rw-r--r--dhall_proc_macros/tests/version_numbers.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/dhall_proc_macros/tests/version_numbers.rs b/dhall_proc_macros/tests/version_numbers.rs
new file mode 100644
index 0000000..9f1d04a
--- /dev/null
+++ b/dhall_proc_macros/tests/version_numbers.rs
@@ -0,0 +1,4 @@
+#[test]
+fn test_html_root_url() {
+ version_sync::assert_html_root_url_updated!("src/lib.rs");
+}