commit | d5d9221b9c96a8213b0a83dde468653d49e76dd8 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jan 22 22:24:52 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 22 22:24:53 2015 +0000 |
tree | 8c82e685e89f4742e06c6924e7f82183174bbc4b | |
parent | d280675405e605d47c74c037b0d2b4f06826ed4d [diff] | |
parent | bcb378d643680719ec88587031a1571c87304736 [diff] |
Merge "Fix fread_EOF test name."
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");