Closed jyn514 closed 4 years ago
This fixes the CI failure in https://github.com/jyn514/saltwater/pull/515#issuecomment-691684770 and is generally good practice.
This also removes #include<stdio.h> from the test suite because it's causing tests to fail locally depending on the machine you run things on.
#include<stdio.h>
This fixes the CI failure in https://github.com/jyn514/saltwater/pull/515#issuecomment-691684770 and is generally good practice.