Skip to content

Commit

Permalink
Remove deprecated test
Browse files Browse the repository at this point in the history
  • Loading branch information
miloyip committed Apr 14, 2015
1 parent 67be9ed commit 9dcc1f4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions test/perftest/rapidjsontest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,17 +323,6 @@ TEST_F(RapidJson, UTF8_Validate) {
}
}

// Deprecated.
//TEST_F(RapidJson, FileStream_Read) {
// for (size_t i = 0; i < kTrialCount; i++) {
// FILE *fp = fopen(filename_, "rb");
// FileStream s(fp);
// while (s.Take() != '\0')
// ;
// fclose(fp);
// }
//}

TEST_F(RapidJson, FileReadStream) {
for (size_t i = 0; i < kTrialCount; i++) {
FILE *fp = fopen(filename_, "rb");
Expand Down

0 comments on commit 9dcc1f4

Please sign in to comment.