aboutsummaryrefslogtreecommitdiff
path: root/tests/trait_expand.ek
diff options
context:
space:
mode:
Diffstat (limited to 'tests/trait_expand.ek')
-rw-r--r--tests/trait_expand.ek2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/trait_expand.ek b/tests/trait_expand.ek
index 2d9f90d..8ee413e 100644
--- a/tests/trait_expand.ek
+++ b/tests/trait_expand.ek
@@ -14,6 +14,6 @@ typedef c {
main()
{
- c c;
+ c c = c!{};
c.a();
}