aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTeddy Wing2018-09-29 14:58:18 +0200
committerTeddy Wing2018-09-29 14:58:18 +0200
commitdece42a1849477d359f9be1503bb66ba67645237 (patch)
treeda3380564cfd4c271a5ac6e8a9e9f8ca3d91b49a /src
parente776f725a64c530e45e5f113f2fd1b7f15665850 (diff)
downloaddome-key-map-dece42a1849477d359f9be1503bb66ba67645237.tar.bz2
cocoa_bridge: Get rid of unused test
There's no longer a `parse_mappings()` function (did I write one of those?), which causes this test to error on compilation. Remove it since it's just a stub for an old model of the code.
Diffstat (limited to 'src')
-rw-r--r--src/cocoa_bridge.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cocoa_bridge.rs b/src/cocoa_bridge.rs
index 265c052..ab016f7 100644
--- a/src/cocoa_bridge.rs
+++ b/src/cocoa_bridge.rs
@@ -377,8 +377,4 @@ mode <play><up> {
mod tests {
use super::*;
- #[test]
- fn parse_mappings_makes_cocoa_mappings() {
- parse_mappings();
- }
}