diff --git a/test/ic3/defoperator.out.expected b/test/ic3/defoperator.out.expected
index 3e2b8db..db5e566 100644
--- a/test/ic3/defoperator.out.expected
+++ b/test/ic3/defoperator.out.expected
@@ -1,4 +1,9 @@
-defoperator :operator_muul :**** cfn Tag "tag_mul" (Tag, Tag, Result) 11 :left
+def operator_muul = %C3.Operator{
+ sym: :****,
+ symbol_value: cfn Tag "tag_mul" (Tag, Tag, Result),
+ operator_precedence: 11,
+ operator_associativity: :left
+}
C3.operator_muul
4 **** 4
16