aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/auto/compare_variable.sy
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/auto/compare_variable.sy')
-rw-r--r--progs/tests/auto/compare_variable.sy14
1 files changed, 7 insertions, 7 deletions
diff --git a/progs/tests/auto/compare_variable.sy b/progs/tests/auto/compare_variable.sy
index 25d21f4..80fb4a4 100644
--- a/progs/tests/auto/compare_variable.sy
+++ b/progs/tests/auto/compare_variable.sy
@@ -1,9 +1,9 @@
start :: fn {
-a := 1
- if a == 0 {
- <!>
- }
- if a != 1 {
- <!>
- }
+ a := 1
+ if a == 0 {
+ <!>
+ }
+ if a != 1 {
+ <!>
+ }
}