Skip to content

Commit 9ef76e0

Browse files
Fixed comment
1 parent 65655d1 commit 9ef76e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/etc/vscode-tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"command": "cargo uitest",
2525
"options": {
2626
"env": {
27-
"RUST_BACKTRACE": "1"
2827
// This task will usually execute all UI tests inside `tests/ui` you can
2928
// optionally uncomment the line below and only run a specific test.
3029
//
3130
// See: https://github.com/rust-lang/rust-clippy/blob/master/book/src/development/adding_lints.md#testing
3231
//
3332
// "TESTNAME": "<TODO>",
33+
"RUST_BACKTRACE": "1"
3434
}
3535
},
3636
"problemMatcher": [],

0 commit comments

Comments
 (0)