checkedc / checkedc-llvm-project

This repo contains a version of clang that is modified to support Checked C. Checked C is an extension to C that lets programmers write C code with bounds checking and improved type-safety.
13 stars 19 forks source link

Update 3C test that fails on Windows. #1197

Closed dtarditi closed 1 year ago

dtarditi commented 1 year ago

This updates a 3C test that was including a single system header file that does not exist on Windows. There wasn't a lot of context about the test, so I'm not sure whether the specific system header file matters.