Fix internals build.

This commit is contained in:
Stephen Chung
2021-03-08 15:55:26 +08:00
parent 62928f8613
commit 57140cbeeb
3 changed files with 3 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
use rhai::{Engine, EvalAltResult, INT};
use rhai::{Engine, EvalAltResult, INT};
#[test]
fn test_left_shift() -> Result<(), Box<EvalAltResult>> {