1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00
Beef/IDE/Tests/Test1/scripts/UsingFields.txt
2022-07-30 11:05:03 -04:00

13 lines
No EOL
295 B
Text

ShowFile("src/UsingFields.bf")
GotoText("//Test_Start")
ToggleBreakpoint()
RunWithCompiling()
AssertEvalEquals("v0.x", "123")
AssertEvalEquals("v1.x", "345")
# Temporarily broken in LLVM
if (platform != "Win64") Stop()
AssertEvalEquals("v0.GetX()", "123")
AssertEvalEquals("v1.GetX()", "345")