X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FFileTest.cpp;h=1ee680c1c5b76ea19374f7857b2d9339b6c7d0e4;hb=866134f4a12fa2f7cc65d74b8a85524d48c24a2e;hp=24342671a3282346b9ef75e055415b5136166553;hpb=adf4a5ac9d3604427c85dd92ec379e9d7a3a4a8a;p=folly.git diff --git a/folly/test/FileTest.cpp b/folly/test/FileTest.cpp index 24342671..1ee680c1 100644 --- a/folly/test/FileTest.cpp +++ b/folly/test/FileTest.cpp @@ -32,7 +32,7 @@ void expectOK(ssize_t r) { int savedErrno = errno; EXPECT_LE(0, r) << ": errno=" << errnoStr(savedErrno); } -} // namespace +} // namespace TEST(File, Simple) { // Open a file, ensure it's indeed open for reading