Commit 8bb3852d by Miodrag Milanovic

message check fix

parent 596fd6ff
......@@ -44,9 +44,9 @@ if echo "$1" | grep ".*_error"; then
elif [ "$2" = "equiv_make_equiv_mod_already_exists" ]; then
expected_string="ERROR: Equiv module equiv already exists."
elif [ "$2" = "equiv_make_gold_mod_contains_proc" ]; then
expected_string="ERROR: Gold module contains memories or procresses. Run 'memory' or 'proc' respectively."
expected_string="ERROR: Gold module contains memories or processes. Run 'memory' or 'proc' respectively."
elif [ "$2" = "equiv_make_gate_mod_contains_proc" ]; then
expected_string="ERROR: Gate module contains memories or procresses. Run 'memory' or 'proc' respectively."
expected_string="ERROR: Gate module contains memories or processes. Run 'memory' or 'proc' respectively."
elif [ "$2" = "equiv_miter_invalid_num_of_args" ]; then
expected_string="ERROR: Invalid number of arguments."
elif [ "$2" = "equiv_miter_miter_module_already_exists" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment