commit | 121f6c7041b1ed73c715ae3dbc21bf47ab40b697 | [log] [tgz] |
---|---|---|
author | aiuto <aiuto@google.com> | Tue Jun 16 00:40:29 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jun 16 00:41:30 2020 -0700 |
tree | bdf997f5c26f19debd975d1647987d4e12e687c6 | |
parent | 38aee31d8510ede4fb388d1398919f3c8e6eec6a [diff] |
Stop testing on COMPILER_MSVC. The correct choice is _WIN32. See: https://github.com/bazelbuild/bazel/issues/5351 RELNOTES: None PiperOrigin-RevId: 316630843
diff --git a/src/test/shell/integration/output_filter_test.sh b/src/test/shell/integration/output_filter_test.sh index 249611f..fc0ebb8 100755 --- a/src/test/shell/integration/output_filter_test.sh +++ b/src/test/shell/integration/output_filter_test.sh
@@ -82,7 +82,7 @@ int main(void) { -#ifdef COMPILER_MSVC +#ifdef _WIN32 // MSVC does not support the #warning directive. int unused_variable__triggers_a_warning; // triggers C4101 #else // not COMPILER_MSVC