From 8fab88c56f95c03ffcb4be178f5dbb21b239d95e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 3 Mar 2024 18:15:45 -0500 Subject: Rename Str -> Text --- test/structs.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/structs.tm') 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) -- cgit v1.2.3