diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-04-02 21:59:56 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-04-02 22:02:11 +0300 |
commit | b9e9cfcfc1fd8e912f0e76cfe6a90c24b8f461ba (patch) | |
tree | 904c151b99a34da553fa6f7c13a58b2ab9b87b99 /tests/extmod/vfs_fat_fileio1.py.exp | |
parent | 9a973977bbba8fda284bbc6eca4991fe0fd1d5ac (diff) | |
download | micropython-b9e9cfcfc1fd8e912f0e76cfe6a90c24b8f461ba.tar.gz micropython-b9e9cfcfc1fd8e912f0e76cfe6a90c24b8f461ba.zip |
tests: vfs_fat_fileio.py is too big to be parsed in 16K heap, split in 2.
This restores ability to run testsuite with 16K heap.
Diffstat (limited to 'tests/extmod/vfs_fat_fileio1.py.exp')
-rw-r--r-- | tests/extmod/vfs_fat_fileio1.py.exp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/extmod/vfs_fat_fileio1.py.exp b/tests/extmod/vfs_fat_fileio1.py.exp new file mode 100644 index 0000000000..7959a70eed --- /dev/null +++ b/tests/extmod/vfs_fat_fileio1.py.exp @@ -0,0 +1,13 @@ +<io.TextIOWrapper > +True +True +True +True +hello!world! +12 +h +e +True +d +True +['foo_dir'] |