issues
search
uhmanoa-transpiler-project
/
shaka-scheme
The official repository for the UH Manoa Transpiler Project's Scheme interpreter, Shaka Scheme.
32
stars
24
forks
source link
Fixed googletest MacOSX config, BaseException test
#23
Closed
btwooton
closed
7 years ago
btwooton
commented
7 years ago
Added flags to googletest.cmake for MacOSX clang to be able to build unit tests successfully for BaseException
Removed test cases that incorrectly relied on undefined behaviour (initializing std::string with a null pointer)
Added missing #include
to BaseException header