diff options
author | Damien George <damien.p.george@gmail.com> | 2015-03-20 21:31:50 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-03-20 21:31:50 +0000 |
commit | d478fc75b3414d6672cefd7131cc710f513fd76e (patch) | |
tree | c0d64a9e9dbbf88ae3e0f1b845f8a95725abf9c5 /tests/cmdline/repl_basic.py.exp | |
parent | d1cee02783666338b526ac686c19440c5f44b258 (diff) | |
download | micropython-d478fc75b3414d6672cefd7131cc710f513fd76e.tar.gz micropython-d478fc75b3414d6672cefd7131cc710f513fd76e.zip |
tests: Adjust expected output, since Travis can't do git describe.
Diffstat (limited to 'tests/cmdline/repl_basic.py.exp')
-rw-r--r-- | tests/cmdline/repl_basic.py.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cmdline/repl_basic.py.exp b/tests/cmdline/repl_basic.py.exp index 9783bff623..04887f44d9 100644 --- a/tests/cmdline/repl_basic.py.exp +++ b/tests/cmdline/repl_basic.py.exp @@ -1,4 +1,4 @@ -Micro Python v\.\+ version +Micro Python \.\+ version >>> # basic REPL tests >>> print(1) 1 |