diff options
Diffstat (limited to 'test/test-window-function.cpp')
| -rw-r--r-- | test/test-window-function.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test-window-function.cpp b/test/test-window-function.cpp index 959d81e..d8308a3 100644 --- a/test/test-window-function.cpp +++ b/test/test-window-function.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Vasile Vilvoiu <vasi@vilvoiu.ro> + * Copyright (c) 2020-2023 Vasile Vilvoiu <vasi@vilvoiu.ro> * * specgram is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. @@ -131,4 +131,4 @@ TEST(TestWindowFunction, TypeNone) { EXPECT_EQ(WindowFunction::Build(WindowFunctionType::kNone, 1), nullptr); EXPECT_EQ(WindowFunction::Build(WindowFunctionType::kNone, 10), nullptr); -}
\ No newline at end of file +} |
