aboutsummaryrefslogtreecommitdiffstats
path: root/test6
diff options
context:
space:
mode:
Diffstat (limited to 'test6')
-rw-r--r--test610
1 files changed, 0 insertions, 10 deletions
diff --git a/test6 b/test6
deleted file mode 100644
index bc17de2..0000000
--- a/test6
+++ /dev/null
@@ -1,10 +0,0 @@
-# test6
-# used to fix memory leak in setting defined strings
-
-test = "hello"
-test = "fail"
-a = test
-test = "acd"
-
-print(a)
-print(test)