diff options
-rw-r--r-- | clang/test/Driver/codeview-column-info.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Driver/codeview-column-info.c b/clang/test/Driver/codeview-column-info.c index 10451c98d0d..6ff7449eff1 100644 --- a/clang/test/Driver/codeview-column-info.c +++ b/clang/test/Driver/codeview-column-info.c @@ -1,3 +1,4 @@ +// REQUIRES: system-windows // Check that -dwarf-column-info does not get added to the cc1 line: // 1) When -gcodeview is present via the clang or clang++ driver // 2) When /Z7 is present via the cl driver. |