Skip to content

Commit

Permalink
Fixing Docs
Browse files Browse the repository at this point in the history
 - Removing extra close bracket
  • Loading branch information
aserio committed Oct 17, 2017
1 parent ea10e1d commit b2ada7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/util/checkpoint.cpp
Expand Up @@ -216,7 +216,6 @@ int main()
}
checkpoint archive10_1(char_vec_10); // Write data to checkpoint
restore_checkpoint(archive10_1, vec10_1);
//]

HPX_TEST(vec10 == vec10_1);

Expand Down

0 comments on commit b2ada7b

Please sign in to comment.