diff options
Diffstat (limited to 'test_ffi/src/lib.rs')
-rw-r--r-- | test_ffi/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_ffi/src/lib.rs b/test_ffi/src/lib.rs index b0206276a..93b274b4b 100644 --- a/test_ffi/src/lib.rs +++ b/test_ffi/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. use std::thread::sleep; use std::time::Duration; |