Skip to content

Commit

Permalink
Declare the Test_Tool_Info_Error procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
stcarrez committed Feb 2, 2020
1 parent 189f89e commit 13e29b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion regtests/keystore-tests.ads
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-----------------------------------------------------------------------
-- keystore-tests -- Tests for akt command
-- Copyright (C) 2019 Stephane Carrez
-- Copyright (C) 2019, 2020 Stephane Carrez
-- Written by Stephane Carrez (Stephane.Carrez@gmail.com)
--
-- Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -83,6 +83,7 @@ package Keystore.Tests is

-- Test the akt info command on several keystore files.
procedure Test_Tool_Info (T : in out Test);
procedure Test_Tool_Info_Error (T : in out Test);

-- Test the akt commands with --wallet-key-file
procedure Test_Tool_With_Wallet_Key_File (T : in out Test);
Expand Down

0 comments on commit 13e29b2

Please sign in to comment.