Commit 15271631 authored by stancakapost's avatar stancakapost
Browse files

minor fixes

parent f51c362a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ import from NegSem_08020303_ImportingGroups_001 {
		const c_myotherconst;
	}
};

type component GeneralComp {}
testcase TC_NegSem_08020303_ImportingGroups_001() runs on GeneralComp {
	if (c_myotherconst == 123456) { // c_myotherconst is excluded and shall not be accessible
		setverdict(fail);