Commit 1d715ddc authored by stancakapost's avatar stancakapost
Browse files

fixed typo

parent 3f23aaf8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
    testcase TC_${module}() runs on C system C {

		// encode the message
		if (isvalue(m_msg) && match(m_msg, m_msg)) {
		if (isvalue(m_msg) and match(m_msg, m_msg)) {
			setverdict(pass, "Built-in XSD type was found and TCI value was created");
		} else {
			setverdict(fail, "Failure to create a value of the given built-in XSD type");