Commit b60dac04 authored by Matthias Simon's avatar Matthias Simon
Browse files

Fix author tags

parent 388e71d1
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// @author   TTF23
// @author   TTF T023
// @purpose  1:5.4.1.1, Ensure formal parameters accept nested types.
// @verdict  pass accept
module Sem_05040101_nested_types_001 {
+1 −1
Original line number Diff line number Diff line
// @author   TTF23
// @author   TTF T023
// @purpose  1:5.4.1.2, Ensure formal parameters accept nested types.
// @verdict  pass accept
module Sem_05040102_nested_types_001 {
+1 −1
Original line number Diff line number Diff line
// @author   TTF23
// @author   TTF T023
// @purpose  1:5.4.3, Ensure variadic formal parameters are at the end of the formal parameter list.
// @verdict  pass reject
module NegSem_050403_variadic_parameters_001 {
+1 −1
Original line number Diff line number Diff line
// @author   TTF23
// @author   TTF T023
// @purpose  1:5.4.3, Ensure only one variadic formal parameter per formal parameter list is allowed.
// @verdict  pass reject
module NegSem_050403_variadic_parameters_002 {
+1 −1
Original line number Diff line number Diff line
// @author   TTF23
// @author   TTF T023
// @purpose  1:5.4.3, Ensure variadic parameters are in parameters.
// @verdict  pass reject
module NegSem_050403_variadic_parameters_003 {
Loading