1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 20:12:21 +02:00
Beef/IDE/Tests/Test1/scripts/UsingFields.txt

16 lines
324 B
Text
Raw Permalink Normal View History

ShowFile("src/UsingFields.bf")
GotoText("//Test_Start")
ToggleBreakpoint()
RunWithCompiling()
2024-03-22 18:32:51 -04:00
# 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")