Commit 3c7b7e40 authored by stancakapost's avatar stancakapost
Browse files

fixed testcase to be inline with comment

parent 42b69954
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ module NegSyn_B010505_pattern_compatibility_001 {
testcase TC_NegSyn_B010505_pattern_compatibility_001() runs on GeneralComp {

     template charstring mw_matchingTemplate:= pattern "??riable reference";
     template charstring mw_matchingTemplate_2:= pattern mw_matchingTemplate;    // error: Cannot assign a template to a non-template variable.
     var charstring mw_matchingTemplate_2:= pattern mw_matchingTemplate;    // error: Cannot assign a template to a non-template variable.
   
}
control{