summary refs log tree commit diff stats
path: root/tests/parallel
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2019-09-01 00:04:10 +0200
committerAndreas Rumpf <rumpf_a@web.de>2019-09-01 00:04:10 +0200
commitab48d7901e4626120ff430e597cbb32d007e9e0b (patch)
tree7503ba743de13726c93f793e80c1cfa01c37a21d /tests/parallel
parent35268c500f2143e757a71846b246a1ecb31c72f8 (diff)
downloadNim-ab48d7901e4626120ff430e597cbb32d007e9e0b.tar.gz
hashes: implement murmur3 (#12022)
* hashes: implement murmur3
* refactoring; there is only one murmurHash and it works at compile-time via VM hooks
* fixes JS tests
* makes toOpenArrayByte work with C++
* make it bootstrap in C++ mode for 0.20
Diffstat (limited to 'tests/parallel')
-rw-r--r--tests/parallel/tsendtwice.nim7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/parallel/tsendtwice.nim b/tests/parallel/tsendtwice.nim
index 2f60b904f..0b3ce15a5 100644
--- a/tests/parallel/tsendtwice.nim
+++ b/tests/parallel/tsendtwice.nim
@@ -1,11 +1,12 @@
 discard """
-  output: '''ob @[]
+  output: '''ob2 @[]
+ob @[]
 ob3 @[]
-ob2 @[]
 3
+ob2 @[]
 ob @[]
 ob3 @[]
-ob2 @[]'''
+'''
   cmd: "nim c -r --threads:on $file"
 """