summaryrefslogtreecommitdiffstats
path: root/src/CBot/tests/scenarios/bug.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CBot/tests/scenarios/bug.txt')
-rw-r--r--src/CBot/tests/scenarios/bug.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/CBot/tests/scenarios/bug.txt b/src/CBot/tests/scenarios/bug.txt
deleted file mode 100644
index 4ec6eb3..0000000
--- a/src/CBot/tests/scenarios/bug.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-public extern void object::Bug()
-{
- point a;
- a = position;
- TEST();
- float d=dist(a, position);
-}
-
-float dist(point a, point b)
-{
- return a.x-b.x;
-}