test not ok in print

This commit is contained in:
lyon 2021-09-05 11:04:08 +08:00
parent f765f2db2f
commit ece13da23f

2
.vscode/launch.json vendored
View File

@ -10,7 +10,7 @@
"request": "launch",
"program": "${workspaceFolder}/build/src/test/pikascript_test",
"args": [
"--gtest_filter=content*"
"--gtest_filter=args.print_int"
],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",