about summary refs log tree commit diff
path: root/users/Profpatsch/writers
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2022-08-22T10·30+0200
committersterni <sternenseemann@systemli.org>2022-08-22T13·54+0000
commitdf7cd63fa11e889ccf5591548c0a9beba8e7a55e (patch)
tree47dfc03411ef133795ef43d0085cf73528e45821 /users/Profpatsch/writers
parentfdc5763f5be6c1749cfec1b39e13dfcb414acfb0 (diff)
chore(3p/sources): Bump channels & overlays r/4449
* //users/tazjin/predlozhnik: bump wasm-bindgen & run `cargo update`

* //users/Profpatsch/writers:
  use proper keyword syntax to make make flake8 happy.

* //third_party/nixpkgs: pick binaryen from stable channel

Change-Id: Ia711d8c396aa09b78413d80f35eedf63fa315596
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6118
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Reviewed-by: Profpatsch <mail@profpatsch.de>
Diffstat (limited to 'users/Profpatsch/writers')
-rw-r--r--users/Profpatsch/writers/tests/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/Profpatsch/writers/tests/default.nix b/users/Profpatsch/writers/tests/default.nix
index d0d62d3b0e..879aae82f7 100644
--- a/users/Profpatsch/writers/tests/default.nix
+++ b/users/Profpatsch/writers/tests/default.nix
@@ -45,7 +45,7 @@ let
     } ''
     import test_lib
 
-    assert(test_lib.test() == "test 1 2 3")
+    assert test_lib.test() == "test 1 2 3"
   '');
 
 in