diff options
author | Tom Soulanille <soul@prama.com> | 2015-08-06 16:51:15 -0400 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-08-08 12:37:36 +0100 |
commit | 20f40c3229ccce709ce3d41301efcd6895055979 (patch) | |
tree | 8e750fc73911abff1f8690594c8f5fb4ff2f60a9 | |
parent | dbfba6a20e252a2c8daa145099299283d98564de (diff) | |
download | micropython-20f40c3229ccce709ce3d41301efcd6895055979.tar.gz micropython-20f40c3229ccce709ce3d41301efcd6895055979.zip |
tests: Remove over-specification of startup banner
-rw-r--r-- | tests/cmdline/repl_cont.py.exp | 2 |
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 |