Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
E10898919 authored and E10898919 committed Sep 17, 2024
1 parent 828a2fb commit b981431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AGREE-Toy-Example/packages/Integer_Toy.aadl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ system top_level
eq mode : int;
assume T1 "System input range " : Input < 10;
guarantee T2 "mode is always positive" : mode >= 0;
guarantee T3 "System output range" : Output < 0;
guarantee T3 "System output range" : Output < 50;
**};
end top_level;

Expand Down

0 comments on commit b981431

Please sign in to comment.