commit | bcb378d643680719ec88587031a1571c87304736 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jan 22 14:18:35 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Thu Jan 22 14:18:35 2015 -0800 |
tree | 8c82e685e89f4742e06c6924e7f82183174bbc4b | |
parent | d280675405e605d47c74c037b0d2b4f06826ed4d [diff] [blame] |
Fix fread_EOF test name. Change-Id: I53a7f1428fd27c0b2a5c80f2e8af4845d17f5b4b
diff --git a/tests/stdio_test.cpp b/tests/stdio_test.cpp index 6d7e72b..d32d0b8 100644 --- a/tests/stdio_test.cpp +++ b/tests/stdio_test.cpp
@@ -889,7 +889,7 @@ } } -TEST(fread, fread_EOF) { +TEST(stdio, fread_EOF) { const char* digits = "0123456789"; FILE* fp = fmemopen((char*) digits, sizeof(digits), "r");