diff options
Diffstat (limited to 'vendor/opener/tests')
-rw-r--r-- | vendor/opener/tests/version-numbers.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/opener/tests/version-numbers.rs b/vendor/opener/tests/version-numbers.rs new file mode 100644 index 0000000..cfcb258 --- /dev/null +++ b/vendor/opener/tests/version-numbers.rs @@ -0,0 +1,4 @@ +#[test]
+fn test_html_root_url() {
+ version_sync::assert_html_root_url_updated!("src/lib.rs");
+}
|