summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorTom Soulanille <soul@prama.com>2015-08-06 16:51:15 -0400
committerDamien George <damien.p.george@gmail.com>2015-08-08 12:37:36 +0100
commit20f40c3229ccce709ce3d41301efcd6895055979 (patch)
tree8e750fc73911abff1f8690594c8f5fb4ff2f60a9
parentdbfba6a20e252a2c8daa145099299283d98564de (diff)
downloadmicropython-20f40c3229ccce709ce3d41301efcd6895055979.tar.gz
micropython-20f40c3229ccce709ce3d41301efcd6895055979.zip
tests: Remove over-specification of startup banner
-rw-r--r--tests/cmdline/repl_cont.py.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cmdline/repl_cont.py.exp b/tests/cmdline/repl_cont.py.exp
index b24e67017d..927a237c5f 100644
--- a/tests/cmdline/repl_cont.py.exp
+++ b/tests/cmdline/repl_cont.py.exp
@@ -1,4 +1,4 @@
-Micro Python \.\+ linux version
+Micro Python \.\+ version
>>> # check REPL allows to continue input
>>> 1 \\\\
... + 2