mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
16 lines
No EOL
324 B
Text
16 lines
No EOL
324 B
Text
ShowFile("src/UsingFields.bf")
|
|
GotoText("//Test_Start")
|
|
ToggleBreakpoint()
|
|
RunWithCompiling()
|
|
|
|
# Temporarily broken
|
|
Stop()
|
|
|
|
AssertEvalEquals("v0.x", "123")
|
|
AssertEvalEquals("v1.x", "345")
|
|
|
|
# Temporarily broken in LLVM
|
|
if (platform != "Win64") Stop()
|
|
|
|
AssertEvalEquals("v0.GetX()", "123")
|
|
AssertEvalEquals("v1.GetX()", "345") |