aboutsummaryrefslogtreecommitdiff
path: root/test/structs.tm
diff options
context:
space:
mode:
Diffstat (limited to 'test/structs.tm')
-rw-r--r--test/structs.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/structs.tm b/test/structs.tm
index a9bb545f..c86f9102 100644
--- a/test/structs.tm
+++ b/test/structs.tm
@@ -1,6 +1,6 @@
struct Pair(x,y:Int)
-struct Mixed(x:Int, str:Str)
+struct Mixed(x:Int, text:Text)
func test_literals()
>> x := Pair(10, 20)