aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2022-03-26 14:47:57 -0600
committerMelody Horn <melody@boringcactus.com>2022-03-26 14:47:57 -0600
commit6f5772173e49f198a18652454ead2a02f8a942af (patch)
treea44c54c8f86bd14b5a5ffc8c7d4058f404623495 /src
downloadkdl-schema-6f5772173e49f198a18652454ead2a02f8a942af.tar.gz
kdl-schema-6f5772173e49f198a18652454ead2a02f8a942af.zip
initial import
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
new file mode 100644
index 0000000..1b4a90c
--- /dev/null
+++ b/src/lib.rs
@@ -0,0 +1,8 @@
+#[cfg(test)]
+mod tests {
+ #[test]
+ fn it_works() {
+ let result = 2 + 2;
+ assert_eq!(result, 4);
+ }
+}