aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/structs.tm2
-rw-r--r--test/tables.tm2
2 files changed, 2 insertions, 2 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)
diff --git a/test/tables.tm b/test/tables.tm
index 7c614466..53b720c9 100644
--- a/test/tables.tm
+++ b/test/tables.tm
@@ -20,7 +20,7 @@ for k,v in t
>> t.default
= ?(readonly)999
>> t.fallback
-= !{Str=>Int}
+= !{Text=>Int}
>> t.keys
= ["one", "two"]