fix remove symbolize test on linux
All checks were successful
linux-x64-gcc / linux-gcc (Release) (push) Successful in 1m28s
linux-mips64-gcc / linux-gcc-mips64el (Release) (push) Successful in 1m49s
linux-arm-gcc / linux-gcc-armhf (push) Successful in 1m59s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (push) Successful in 2m17s
linux-x64-gcc / linux-gcc (Debug) (push) Successful in 2m15s
linux-mips64-gcc / linux-gcc-mips64el (Debug) (push) Successful in 2m36s
All checks were successful
linux-x64-gcc / linux-gcc (Release) (push) Successful in 1m28s
linux-mips64-gcc / linux-gcc-mips64el (Release) (push) Successful in 1m49s
linux-arm-gcc / linux-gcc-armhf (push) Successful in 1m59s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (push) Successful in 2m17s
linux-x64-gcc / linux-gcc (Debug) (push) Successful in 2m15s
linux-mips64-gcc / linux-gcc-mips64el (Debug) (push) Successful in 2m36s
This commit is contained in:
parent
a3ba7c6045
commit
114c454996
@ -64,7 +64,7 @@ void_cast(TRet (TClass::*mem_func)(Args...))
|
||||
}
|
||||
|
||||
// TODO: Support Linux
|
||||
// #if defined(__APPLE__)
|
||||
#if defined(__APPLE__)
|
||||
TEST_SUITE("Symbolize")
|
||||
{
|
||||
TEST_CASE("Trivial Function")
|
||||
@ -88,7 +88,7 @@ TEST_SUITE("Symbolize")
|
||||
}
|
||||
}
|
||||
|
||||
// #endif
|
||||
#endif
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
|
Loading…
Reference in New Issue
Block a user