Skip to content

Commit

Permalink
Skipped tests shouldn't be failures [part 2]
Browse files Browse the repository at this point in the history
Summary: Missed one file in the previous commit

Test Plan: compiles

Reviewers: sdong

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D47055
  • Loading branch information
igorcanadi committed Sep 16, 2015
1 parent 1b7ea8c commit 81a61d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions table/cuckoo_table_reader_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#ifndef GFLAGS
#include <cstdio>
int main() {
fprintf(stderr, "Please install gflags to run this test\n");
return 1;
fprintf(stderr, "Please install gflags to run this test... Skipping...\n");
return 0;
}
#else

Expand Down

0 comments on commit 81a61d7

Please sign in to comment.