diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-10-24 19:29:28 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-10-24 19:29:28 +0200 |
commit | addbdf3cf71c6d332bdf86a101a7df544fe5a9a2 (patch) | |
tree | e67470f4d794326d3713cfb2b62666e3a7fe1ff0 /tests/test-minicc.cpp | |
parent | 1011655d2ef76a0c0aa29dbbff091dab139198e3 (diff) |
Minor improvements
Diffstat (limited to 'tests/test-minicc.cpp')
-rw-r--r-- | tests/test-minicc.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-minicc.cpp b/tests/test-minicc.cpp index baf8b3f..4bb64c8 100644 --- a/tests/test-minicc.cpp +++ b/tests/test-minicc.cpp @@ -1,3 +1,5 @@ +// Main loop of test program + #include "gmock/gmock.h" #include "gtest/gtest.h" |