Commit db2df75b authored by zeiss's avatar zeiss
Browse files

No commit message

No commit message
parent 1cb03e54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 ** @version  $Rev$
 ** @purpose  1:7.1.1, Ensure that the addition of two integers 
              in a constant is accepted.
 ** @verdict  pass accept
 ** @verdict  pass accept, noexecution
 *****************************************************************/

module Sem_070101_ArithmeticOperators_001 {
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 ** @version  $Rev$
 ** @purpose  1:7.1.1, Ensure that the substraction of two integers 
              in a constant is accepted.
 ** @verdict  pass accept
 ** @verdict  pass accept, noexecution
 *****************************************************************/

module Sem_070101_ArithmeticOperators_001 {
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 ** @version  $Rev$
 ** @purpose  1:7.1.1, Ensure that the multiplication of two integers 
 **           in a constant is accepted.
 ** @verdict  pass accept
 ** @verdict  pass accept, noexecution
 *****************************************************************/

module Sem_070101_ArithmeticOperators_003 {
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 ** @version  $Rev: 12 $
 ** @purpose  1:7.1.1, Ensure that the division of two integers 
 **           in a constant is accepted.
 ** @verdict  pass accept
 ** @verdict  pass accept, noexecution
 *****************************************************************/

module Sem_070101_ArithmeticOperators_004 {
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
 ** @version  $Rev: 12 $
 ** @purpose  1:7.1.1, Ensure that the modulo operator on two 
 **           integers is accepted.
 ** @verdict  pass accept
 ** @verdict  pass accept, noexecution
 *****************************************************************/

module Sem_070101_ArithmeticOperators_005 {
Loading