Skip to content

Commit 2817782

Browse files
committed
test compile fix
1 parent ce564ab commit 2817782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/java/src/java_plugin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ mod test {
285285
use crate::SEPARATOR;
286286

287287
use super::*;
288-
use tmc_langs_framework::{anyhow, TmcError};
288+
use tmc_langs_framework::{anyhow, nom, TmcError};
289289

290290
fn init() {
291291
use log::*;

0 commit comments

Comments
 (0)