summaryrefslogtreecommitdiff
path: root/tests/runtest.cmd
diff options
context:
space:
mode:
authorDick van den Brink <d_vandenbrink@outlook.com>2015-07-05 07:56:22 -0700
committerDick van den Brink <d_vandenbrink@outlook.com>2015-07-05 07:56:22 -0700
commita079df7345d7c1a261659d32198dfcbc339f656a (patch)
tree4dbc285fabcc7a72eaa39dec0bbd9319389e4179 /tests/runtest.cmd
parentb2cc30cc8af1f51d756f104cbec7d1fc8dd6d6e9 (diff)
downloadcoreclr-a079df7345d7c1a261659d32198dfcbc339f656a.tar.gz
coreclr-a079df7345d7c1a261659d32198dfcbc339f656a.tar.bz2
coreclr-a079df7345d7c1a261659d32198dfcbc339f656a.zip
Document Visual Studio 2015 support
Diffstat (limited to 'tests/runtest.cmd')
-rw-r--r--tests/runtest.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtest.cmd b/tests/runtest.cmd
index c9232c90d6..2b6e8587b3 100644
--- a/tests/runtest.cmd
+++ b/tests/runtest.cmd
@@ -31,7 +31,7 @@ shift
:: Check presence of VS
if defined VS%__VSProductVersion%COMNTOOLS goto CheckMSbuild
-echo Installation of VS 2013 is a pre-requisite to build this repository.
+echo InVisual Studio 2013+ (Community is free) is a pre-requisite to build this repository.
exit /b 1
:CheckMSBuild