aboutsummaryrefslogtreecommitdiff
path: root/unittests/conversion_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/conversion_test.cpp')
-rw-r--r--unittests/conversion_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/conversion_test.cpp b/unittests/conversion_test.cpp
index 99e1c7721..12d2213e2 100644
--- a/unittests/conversion_test.cpp
+++ b/unittests/conversion_test.cpp
@@ -4,6 +4,6 @@
#include "gtest/gtest.h"
-TEST(ConversionTest, FMU_quad_w) {
+TEST(ConversionTest, quad_w_main) {
ASSERT_EQ(test_conv(0, NULL), 0) << "Conversion test failed";
}