Skip to content

Commit 9800314

Browse files
graduateDesigngraduateDesign
authored andcommitted
sys obj need to be tested
1 parent 4f8d15c commit 9800314

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"type": "cppdbg",
1010
"request": "launch",
1111
"program": "${workspaceFolder}/build/src/test/pikascript_test",
12-
"args": ["--gtest_filter=args_*"],
12+
"args": ["--gtest_filter=object_test.noMethod"],
13+
// "args": [],
1314
"stopAtEntry": false,
1415
"cwd": "${workspaceFolder}",
1516
"environment": [],

0 commit comments

Comments
 (0)