Index: chrome/test/mini_installer_test/test.cc |
=================================================================== |
--- chrome/test/mini_installer_test/test.cc (revision 10366) |
+++ chrome/test/mini_installer_test/test.cc (working copy) |
@@ -45,3 +45,9 @@ |
installer.InstallMiniInstaller(); |
} |
+TEST(InstallUtilTests, MiniInstallTestValidWindowsVersion) { |
+ // We run the tests on all supported OSes. |
+ // Make sure the code agrees. |
+ EXPECT_TRUE(InstallUtil::IsOSSupported()); |
+} |
+ |