Commit b43d5c4d authored by zeiss's avatar zeiss
Browse files

No commit message

No commit message
parent 2b61cc67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ import from Sem_08020303_ImportingGroups_002_import {
type component GeneralComp {}

testcase TC_Sem_08020303_ImportingGroups_002() runs on GeneralComp {
	if (c_myconst == 49532) {
	if (c_myconst == 49532) { // c_myconst shall be imported from const all;, the exception must not removed it from the imports.
		setverdict(fail);
	} else {
		setverdict(pass);