aboutsummaryrefslogtreecommitdiff
path: root/test/import.tm
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-09-12 04:09:52 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-09-12 04:09:52 -0400
commit43f4f3610e5258afbfb9e313c989e1e52f477c38 (patch)
tree1f960cd930ed7e1e251ed24700c613a01221443b /test/import.tm
parentfb6dc0a8b9b5537ef708778bf013f71f98fad41f (diff)
For single-member structs/enums, don't print the member name
Diffstat (limited to 'test/import.tm')
-rw-r--r--test/import.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/import.tm b/test/import.tm
index 9c878002..c7797963 100644
--- a/test/import.tm
+++ b/test/import.tm
@@ -14,7 +14,7 @@ func main():
>> [:ImportedType]
>> returns_imported_type()
- = ImportedType(name="Hello")
+ = ImportedType("Hello")
>> needs_initializing # imported from ./use_import.tm
= 999999999999999999