summaryrefslogtreecommitdiff
path: root/test_napi/src/promise.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test_napi/src/promise.rs')
-rw-r--r--test_napi/src/promise.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_napi/src/promise.rs b/test_napi/src/promise.rs
index ebb9dedab..02ea2f237 100644
--- a/test_napi/src/promise.rs
+++ b/test_napi/src/promise.rs
@@ -1,4 +1,4 @@
-// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
use napi_sys::Status::napi_ok;
use napi_sys::*;