diff --git a/.vscode/launch.json b/.vscode/launch.json index 23e5b4f40..ecd5d63c8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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}",