aboutsummaryrefslogtreecommitdiff
path: root/test-suite/output/ZSyntax.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/ZSyntax.v')
-rw-r--r--test-suite/output/ZSyntax.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/output/ZSyntax.v b/test-suite/output/ZSyntax.v
index be9dc543d6..7b2bb00ce0 100644
--- a/test-suite/output/ZSyntax.v
+++ b/test-suite/output/ZSyntax.v
@@ -19,7 +19,7 @@ Check (0 + Z.of_nat 11)%Z.
(* Check hexadecimal printing *)
Definition to_num_int n := Numeral.IntHex (Z.to_hex_int n).
-Numeral Notation Z Z.of_num_int to_num_int : Z_scope.
+Number Notation Z Z.of_num_int to_num_int : Z_scope.
Check 42%Z.
Check (-42)%Z.
Check 0%Z.