about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-05-28 18:20:53 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-05-28 18:20:53 +0200
commitfe11a4fbe5b3f94708ab181efe14c5148f799bee (patch)
tree19b1a2018bfdb5076eae92afd5a31e3bbb63229f /tests
parent302fb4f4bc0213b231b9bf5b98093c60d3917313 (diff)
tests: Remove reference to aszlig.i3
Forgot to do that in ea85dd3eaf0cbd19ddf22f41391d092a21147063.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/default.nix b/tests/default.nix
index 88c854a5..5f7ae897 100644
--- a/tests/default.nix
+++ b/tests/default.nix
@@ -6,9 +6,6 @@ let
   };
 
 in {
-  aszlig = {
-    i3 = callTest ./aszlig/i3.nix;
-  };
   games = {
     starbound = callTest ./games/starbound.nix;
   };