summaryrefslogtreecommitdiffstats
path: root/src/CBot/tests/TestCBot/scenarios/test.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CBot/tests/TestCBot/scenarios/test.txt')
-rw-r--r--src/CBot/tests/TestCBot/scenarios/test.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/CBot/tests/TestCBot/scenarios/test.txt b/src/CBot/tests/TestCBot/scenarios/test.txt
deleted file mode 100644
index a912415..0000000
--- a/src/CBot/tests/TestCBot/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);
-} \ No newline at end of file