Skip to content

Commit

Permalink
Remove test with moved-from value
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed May 31, 2019
1 parent 0324fb2 commit 4e55f9b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/test/json/contrib_reference.cpp
Expand Up @@ -28,10 +28,6 @@ namespace tao::json
{
value e;
resolve_references( e );
#ifndef NDEBUG
value e2 = std::move( e );
TEST_THROWS( resolve_references( e ) );
#endif
}

test( "{\"foo\":1,\"bar\":2}", "{\"foo\":1,\"bar\":2}" );
Expand Down

0 comments on commit 4e55f9b

Please sign in to comment.