File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,6 @@ SCENARIO(
59
59
symbol_table.validate (validation_modet::EXCEPTION),
60
60
incorrect_goto_program_exceptiont);
61
61
}
62
- // Reset symbol to a valid name after the previous test
63
- transformed_symbol.name = symbol_name;
64
62
}
65
63
WHEN (
66
64
" A symbol base_name is transformed without updating the base_name "
@@ -76,8 +74,6 @@ SCENARIO(
76
74
symbol_table.validate (validation_modet::EXCEPTION),
77
75
incorrect_goto_program_exceptiont);
78
76
}
79
- // Reset symbol to a valid base_name after the previous test
80
- transformed_symbol.base_name = " TestBase" ;
81
77
}
82
78
WHEN (
83
79
" A symbol module identifier is transformed without updating the module "
@@ -92,8 +88,6 @@ SCENARIO(
92
88
symbol_table.validate (validation_modet::EXCEPTION),
93
89
incorrect_goto_program_exceptiont);
94
90
}
95
- // Reset symbol to a valid module name
96
- transformed_symbol.module = " TestModule" ;
97
91
}
98
92
}
99
93
}
You can’t perform that action at this time.
0 commit comments