summaryrefslogtreecommitdiffstatshomepage
path: root/tests/cmdline
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cmdline')
-rw-r--r--tests/cmdline/repl_basic.py.exp2
-rw-r--r--tests/cmdline/repl_cont.py.exp2
-rw-r--r--tests/cmdline/repl_emacs_keys.py.exp2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/cmdline/repl_basic.py.exp b/tests/cmdline/repl_basic.py.exp
index 04887f44d9..1b4a497032 100644
--- a/tests/cmdline/repl_basic.py.exp
+++ b/tests/cmdline/repl_basic.py.exp
@@ -1,4 +1,4 @@
-Micro Python \.\+ version
+MicroPython \.\+ version
>>> # basic REPL tests
>>> print(1)
1
diff --git a/tests/cmdline/repl_cont.py.exp b/tests/cmdline/repl_cont.py.exp
index 185754799d..47a126643e 100644
--- a/tests/cmdline/repl_cont.py.exp
+++ b/tests/cmdline/repl_cont.py.exp
@@ -1,4 +1,4 @@
-Micro Python \.\+ version
+MicroPython \.\+ version
>>> # check REPL allows to continue input
>>> 1 \\\\
... + 2
diff --git a/tests/cmdline/repl_emacs_keys.py.exp b/tests/cmdline/repl_emacs_keys.py.exp
index 8bbf08bd12..6edaf28130 100644
--- a/tests/cmdline/repl_emacs_keys.py.exp
+++ b/tests/cmdline/repl_emacs_keys.py.exp
@@ -1,4 +1,4 @@
-Micro Python \.\+ version
+MicroPython \.\+ version
>>> # REPL tests of GNU-ish readline navigation
>>> # history buffer navigation
>>> 1