summaryrefslogtreecommitdiff
path: root/tests/structs.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/structs.exp')
-rw-r--r--tests/structs.exp15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/structs.exp b/tests/structs.exp
deleted file mode 100644
index 868124385..000000000
--- a/tests/structs.exp
+++ /dev/null
@@ -1,15 +0,0 @@
-Structs Test:
-new SimpleStruct ()
-new PublicStruct ()
-new StructWithCreationMethod ()
-StructWithCreationMethod
-new StructWithNamedCreationMethod ()
-StructWithNamedCreationMethod
-new SimpleStruct () { field = 1 }
-simple_struct.field = 1
-test_in_parameter: st.field = 1
-test_ref_parameter: st.field = 1
-after test_ref_parameter: st.field = 2
-after test_out_parameter: st.field = 3
-StructWithPrivateField: field = 1
-.