aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy_self_test/speclink.rs
diff options
context:
space:
mode:
Diffstat (limited to 'python/tidy_self_test/speclink.rs')
-rw-r--r--python/tidy_self_test/speclink.rs9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/tidy_self_test/speclink.rs b/python/tidy_self_test/speclink.rs
new file mode 100644
index 00000000000..6c27a70a7d0
--- /dev/null
+++ b/python/tidy_self_test/speclink.rs
@@ -0,0 +1,9 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+impl SpecLinkMethods for SpecLink {
+ fn Test(&self) -> f32 {
+ 0
+ }
+}