Commit 4902d622 authored by axr's avatar axr
Browse files

correction of Sem_060507_value_lists_002

parent 8d73890d
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,7 +5,8 @@ module Sem_060507_value_lists_002 {

type component GeneralComp {}

function verifyType(inout universal charstring v) {
type record of universal charstring MyRecord;
function verifyType(inout MyRecord v) {
	setverdict(pass);
}