summaryrefslogtreecommitdiff
path: root/tests3/data/construct-python-object.code
diff options
context:
space:
mode:
Diffstat (limited to 'tests3/data/construct-python-object.code')
-rw-r--r--tests3/data/construct-python-object.code20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests3/data/construct-python-object.code b/tests3/data/construct-python-object.code
deleted file mode 100644
index bfc840a..0000000
--- a/tests3/data/construct-python-object.code
+++ /dev/null
@@ -1,20 +0,0 @@
-[
-AnObject(1, 'two', [3,3,3]),
-AnInstance(1, 'two', [3,3,3]),
-
-AnObject(1, 'two', [3,3,3]),
-AnInstance(1, 'two', [3,3,3]),
-
-AState(1, 'two', [3,3,3]),
-ACustomState(1, 'two', [3,3,3]),
-
-NewArgs(1, 'two', [3,3,3]),
-NewArgsWithState(1, 'two', [3,3,3]),
-
-Reduce(1, 'two', [3,3,3]),
-ReduceWithState(1, 'two', [3,3,3]),
-
-MyInt(3),
-MyList(3),
-MyDict(3),
-]