summaryrefslogtreecommitdiff
path: root/tests/actions/test/src/test_5.cpp
diff options
context:
space:
mode:
authorruki <[email protected]>2023-10-07 14:11:39 +0800
committerruki <[email protected]>2023-10-07 14:11:39 +0800
commite230939c931a7b8b96da0c21f6c2d11c7fde2226 (patch)
treea983683836d9b8dfd3e6e487507ce03f255eb053 /tests/actions/test/src/test_5.cpp
parentf116670bc4f6fc620134e6489391b3e8bd87d3e4 (diff)
improve output
Diffstat (limited to 'tests/actions/test/src/test_5.cpp')
-rw-r--r--tests/actions/test/src/test_5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/actions/test/src/test_5.cpp b/tests/actions/test/src/test_5.cpp
index f454e99f3..dad841287 100644
--- a/tests/actions/test/src/test_5.cpp
+++ b/tests/actions/test/src/test_5.cpp
@@ -5,6 +5,6 @@ using namespace std;
int main(int argc, char** argv)
{
char const* arg = argc > 1? argv[1] : "xmake";
- cout << "hello " << arg << endl;
+ cout << "hello2 " << arg << endl;
return 0;
}