Commit f4c5b375 authored by Victor Zverovich's avatar Victor Zverovich

Fix test.

parent 58b762f9
......@@ -360,7 +360,7 @@ TEST(FileTest, Dup) {
}
TEST(FileTest, DupError) {
EXPECT_SYSTEM_ERROR(File::dup(-1),
EXPECT_SYSTEM_ERROR_OR_DEATH(File::dup(-1),
EBADF, "cannot duplicate file descriptor -1");
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment