Fixed unit test usage of visibility macros

This commit is contained in:
Lorenz Meier
2015-02-02 21:03:19 +01:00
parent 52bff67076
commit e6a7dc7a3f
3 changed files with 6 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
#include "gtest/gtest.h"
TEST(SBUS2Test, SBUS2) {
char *filepath = "testdata/sbus2_r7008SB.txt";
const char *filepath = "testdata/sbus2_r7008SB.txt";
FILE *fp;
fp = fopen(filepath,"rt");