summaryrefslogtreecommitdiffstats
path: root/src/CBot/tests/scenarios/test.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CBot/tests/scenarios/test.txt')
-rw-r--r--src/CBot/tests/scenarios/test.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/CBot/tests/scenarios/test.txt b/src/CBot/tests/scenarios/test.txt
deleted file mode 100644
index 0693994..0000000
--- a/src/CBot/tests/scenarios/test.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-extern public void x()
-{
- float a= 1, b = 2;
- a = b * ( 2 + 2 );
- print (a);
- a += 4;
- print (a);
-}