-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake builds all tests into a single executable. So, naming these two classes the same is an ODR violation, which also causes segmentation fault on my machine when I try to run tests. With this patch, test executable do not crash anymore. However, there are still 13 failing tests, which require further investigation.
- Loading branch information
1 parent
e51efc1
commit 28582b5
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters