Skip to content

Commit cf908d0

Browse files
author
lyon
committed
arg_name not ok
1 parent eb60efc commit cf908d0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.vscode/launch.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
"type": "cppdbg",
1010
"request": "launch",
1111
"program": "${workspaceFolder}/build/src/test/pikascript_test",
12-
// "args": ["--gtest_filter=args_test.test1"],
13-
"args": ["--gtest_filter=content*"],
12+
"args": [
13+
"--gtest_filter=arg_test.int_"
14+
],
1415
"stopAtEntry": false,
1516
"cwd": "${workspaceFolder}",
1617
"environment": [],
@@ -44,4 +45,4 @@
4445
]
4546
}
4647
]
47-
}
48+
}

0 commit comments

Comments
 (0)