diff options
Diffstat (limited to 'test-suite/primitive/uint63/addcarryc.v')
| -rw-r--r-- | test-suite/primitive/uint63/addcarryc.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/primitive/uint63/addcarryc.v b/test-suite/primitive/uint63/addcarryc.v index a4430769ca..7ab3af51d8 100644 --- a/test-suite/primitive/uint63/addcarryc.v +++ b/test-suite/primitive/uint63/addcarryc.v @@ -1,4 +1,4 @@ -Require Import Int63. +Require Import PrimInt63. Set Implicit Arguments. |
