diff options
Diffstat (limited to 'test/script.cpp')
-rw-r--r-- | test/script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/script.cpp b/test/script.cpp index 45ce9b1d..d7106876 100644 --- a/test/script.cpp +++ b/test/script.cpp @@ -11,7 +11,7 @@ void test_script1() } // namespace -void test_app::test_script() +void Test::test_script() { test_script1(); } |