diff options
Diffstat (limited to '051scenario_test.mu')
-rw-r--r-- | 051scenario_test.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/051scenario_test.mu b/051scenario_test.mu index 3e2e5462..4f86c188 100644 --- a/051scenario_test.mu +++ b/051scenario_test.mu @@ -30,7 +30,7 @@ scenario scenario_with_multiple_comments_in_mu [ ] ] -scenario check_string_in_memory [ +scenario check_text_in_memory [ run [ 1:number <- copy 3 2:character <- copy 97 # 'a' |