@@ -1,3 +1,6 @@
+# Temporarily broken in LLVM
+if (platform != "Win64") Stop()
+
ShowFile("src/Mixins.bf")
GotoText("//Test_Start")
ToggleBreakpoint()
# This tests multithreaded stepping
# - Steps should stay in the same thread
# - Run To Cursor should stay on the same thread
ShowFile("src/Splats.bf")
GotoText("//SplatTester_SplatC_Call")