This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running target/debug/deps/events-a843f14be309a5a2 | |
running 1 test | |
test test_events ... FAILED | |
failures: | |
---- test_events stdout ---- | |
thread 'test_events' panicked at 'assertion failed: `(left == right)` | |
left: `User { timestamp: 0, window_id: 0, type_: 32770, code: 456, data1: 0x1234, data2: 0x5678 }`, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Modified from jessfraz' boxstarter.ps1 | |
# | |
# Install boxstarter: | |
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force | |
# | |
# You might need to set: Set-ExecutionPolicy RemoteSigned | |
# | |
# Run this boxstarter by calling the following from an **elevated** command-prompt: | |
# start http://boxstarter.org/package/nr/url?<URL-TO-RAW-GIST> | |
# OR |