diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2018-08-30 16:12:33 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2018-08-30 16:12:33 -0700 |
| commit | 2b003477df0bf20dcf9e2701ba656e26e23e6794 (patch) | |
| tree | f80ef80bbc234667a2727aa8e594e3df414f8d6d /tests | |
| parent | 64a333eeafc35975c6ffab025974f6029ddea201 (diff) | |
| parent | 9ad94f08155bd1bec3522e6e83fa4ca6a4c09dcb (diff) | |
Merge remote-tracking branch 'adafruit/master' into es_lang
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/extmod/vfs_fat_ramdisk.py.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extmod/vfs_fat_ramdisk.py.exp b/tests/extmod/vfs_fat_ramdisk.py.exp index ecae81589..704408cd0 100644 --- a/tests/extmod/vfs_fat_ramdisk.py.exp +++ b/tests/extmod/vfs_fat_ramdisk.py.exp @@ -5,7 +5,7 @@ statvfs: (512, 512, 16, 16, 16, 0, 0, 0, 0, 255) getcwd: / True [('foo_file.txt', 32768, 0, 6)] -stat root: (16384, 0, 0, 0, 0, 0, 0, 0, 0, 0) +stat root: (16384, 0, 0, 0, 0, 0, 0, 946684800, 946684800, 946684800) stat file: (32768, 0, 0, 0, 0, 0, 6) True True |
