diff options
Diffstat (limited to 'nihil.posix/execshell.test.cc')
| -rw-r--r-- | nihil.posix/execshell.test.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/nihil.posix/execshell.test.cc b/nihil.posix/execshell.test.cc index b64953a..47e3313 100644 --- a/nihil.posix/execshell.test.cc +++ b/nihil.posix/execshell.test.cc @@ -1,9 +1,8 @@ -/* - * This source code is released into the public domain. - */ +// This source code is released into the public domain. #include <catch2/catch_test_macros.hpp> +import nihil.std; import nihil.posix; namespace { |
