1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Debug test revert

This commit is contained in:
Brian Fiete 2019-11-30 17:19:48 -08:00
parent b6672646a6
commit 5b25039ff4
2 changed files with 7 additions and 2 deletions

View file

@ -6,4 +6,8 @@ RunWithCompiling()
AssertEvalEquals("sizeof(Derived)", "13")
AssertEvalEquals("strideof(Derived)", "16")
AssertEvalEquals("alignof(Derived)", "8")
# The following fails on Win32 due to LLVM debug info bugs
if (platform != "Win64") Stop()
AssertEvalEquals("iVal", "{ 123 }")