Move .output.txt to .stdout.txt to reflect which output stream the files contain
[fur] / examples / 13_ternary_comparison.fur.output.txt
diff --git a/examples/13_ternary_comparison.fur.output.txt b/examples/13_ternary_comparison.fur.output.txt
deleted file mode 100644 (file)
index 1e6d32f..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-1 < 2 < 2: false
-2 < 2 < 2: false
-1 < 2 < 3: true
-2 < 2 < 3: false
\ No newline at end of file