st24 test: Be less verbose

This commit is contained in:
Lorenz Meier 2015-12-06 11:58:33 +01:00
parent 29621ce0ed
commit 981ca02001
1 changed files with 2 additions and 2 deletions

View File

@ -12,12 +12,12 @@ TEST(ST24Test, ST24)
{
const char *filepath = "testdata/st24_data.txt";
warnx("loading data from: %s", filepath);
//warnx("loading data from: %s", filepath);
FILE *fp;
fp = fopen(filepath, "rt");
//ASSERT_TRUE(fp);
ASSERT_TRUE(fp);
float f;
unsigned x;