summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/mini_installer_test/test.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/test/mini_installer_test/test.cc b/chrome/test/mini_installer_test/test.cc
index bf86630..22b108e 100644
--- a/chrome/test/mini_installer_test/test.cc
+++ b/chrome/test/mini_installer_test/test.cc
@@ -45,3 +45,9 @@ TEST_F(MiniInstallTest, MiniInstallerUserInstallTest) {
installer.InstallMiniInstaller();
}
+TEST(InstallUtilTests, MiniInstallTestValidWindowsVersion) {
+ // We run the tests on all supported OSes.
+ // Make sure the code agrees.
+ EXPECT_TRUE(InstallUtil::IsOSSupported());
+}
+