Skip to content

Commit c6b66cf

Browse files
committed
Don't write test.aig from write_aiger test
I assume this was added for debugging purposes at some point. The test doesn't need it and the current working directory might not be writable.
1 parent d6a4159 commit c6b66cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/io/write_aiger.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ TEST_CASE( "write AIG for XOR into AIGERfile", "[write_aiger]" )
7878
seq_buffer<char> buffer;
7979
std::ostream os( &buffer );
8080
write_aiger( aig, os );
81-
write_aiger( aig, "test.aig" );
8281

8382
CHECK( buffer.data() ==
8483
std::vector<char>{

0 commit comments

Comments
 (0)