Update tests

This commit is contained in:
alstr
2022-07-05 14:26:16 +01:00
parent 7824df8556
commit c0c9874e71
2 changed files with 24 additions and 0 deletions

View File

@@ -259,3 +259,22 @@ hello_world <- function() {
- # This function should probably do something more interesting
- # labels: help wanted
}
diff --git a/src/Swarm/Game/example.hs b/src/Swarm/Game/example.hs
index 525e25d..ba4e68d 100644
--- a/src/Swarm/Game/example.hs
+++ b/src/Swarm/Game/example.hs
@@ -1,14 +0,0 @@
--- | Standard devices that are always installed.
---
--- TODO: Remove standard devices
--- In the future, make a way to build these and just start the base
--- out with a large supply of each?
--- labels: redesign
-stdDeviceList =
- ["treads", "grabber", "solar panel", "scanner", "plasma cutter"]
-
-{- | Very complicated function.
-
-TODO: Create an issue for TODO
--}
-sum a b = a + b