Skip to content

Commit

Permalink
Change name to the test_compression vcd file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Galfurian committed Apr 21, 2022
1 parent e6e7818 commit 7351da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_compression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ int main(int, char **)
int16_t _int16_t = 0;
int8_t _int8_t = 0;
// Create the trace and add the variable to the trace.
cpptracer::Tracer tracer("trace.vcd", timeStep);
cpptracer::Tracer tracer("test_compression.vcd", timeStep);
// Enable the compression.
tracer.enableCompression();
// Add the traces.
Expand Down

0 comments on commit 7351da9

Please sign in to comment.