Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
iamundson committed Sep 17, 2024
1 parent 7c3d628 commit 828a2fb
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 < 50;
guarantee T3 "System output range" : Output < 0;
**};
end top_level;

Expand Down

0 comments on commit 828a2fb

Please sign in to comment.