mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 11:56:38 +00:00
Update README.md - fixed invalid json in example (#133890)
A period (`,`) is required or you get an error.
This commit is contained in:
parent
66b540d861
commit
a03fce4e20
@ -37,7 +37,7 @@ adds `FOO=1` and `bar` to the environment:
|
||||
"program": "/tmp/a.out",
|
||||
"args": [ "one", "two", "three" ],
|
||||
"env": {
|
||||
"FOO": "1"
|
||||
"FOO": "1",
|
||||
"BAR": ""
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user