Browse Source

fix the buil

Kim Kulling 8 years ago
parent
commit
2df704edef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/unit/utQ3DImportExport.cpp

+ 1 - 1
test/unit/utQ3DImportExport.cpp

@@ -57,5 +57,5 @@ public:
 };
 
 TEST_F(utQ3DImportExport, importTest) {
-    EXPECT_TRUE(importerTest());
+    EXPECT_TRUE( importerTest() );
 }