mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: fix some tests, that failed due to the stricter immutable checks
This commit is contained in:
@@ -28,7 +28,6 @@ pub struct EventBus {
|
||||
pub mut:
|
||||
registry &Registry
|
||||
publisher &Publisher
|
||||
pub:
|
||||
subscriber &Subscriber
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user