summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2017-04-14 16:33:51 -0400
committerGitHub <noreply@github.com>2017-04-14 16:33:51 -0400
commit0f2212e56089e64bad800ddbf988ff45e41aa62d (patch)
treed0880296863dbe5a1a54ad955d8361f3be1070e5 /cpp
parentmore edits to build instructions (diff)
downloadice-0f2212e56089e64bad800ddbf988ff45e41aa62d.tar.bz2
ice-0f2212e56089e64bad800ddbf988ff45e41aa62d.tar.xz
ice-0f2212e56089e64bad800ddbf988ff45e41aa62d.zip
Formatting fix
Diffstat (limited to 'cpp')
-rw-r--r--cpp/BuildInstructionsWindows.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/BuildInstructionsWindows.md b/cpp/BuildInstructionsWindows.md
index 3729a555508..027ee96321e 100644
--- a/cpp/BuildInstructionsWindows.md
+++ b/cpp/BuildInstructionsWindows.md
@@ -137,7 +137,7 @@ After a successful source build, you can run the tests as follows:
For the C++11 mapping you need to use the `Cpp11-Debug` or `Cpp11-Release` configuration:
- $ python allTests.py --config Cpp11-Debug
+ python allTests.py --config Cpp11-Debug
If everything worked out, you should see lots of `ok` messages. In case of a
failure, the tests abort with `failed`.