llvm-project/lldb/test/API/lang/c/complex_int
Raphael Isemann 6331c7d0be [lldb] Disable complex tests on Windows
The tests fail to compile there:
```
complex/main.c:4:16: error: expected ';' at end of declaration
  float complex complex_float = -1.5f + -2.5f * I;
               ^
               ;
```
2020-06-19 18:40:08 +02:00
..
Makefile
TestComplexInt.py [lldb] Disable complex tests on Windows 2020-06-19 18:40:08 +02:00
main.c