"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "986fee0055e2eb5f0c56604e694fd2a6a808e404"
[test] Fix a test that never compiled under -fmodules
This test #include's stdio.h, which, on at least two bots results in a module import of MacTypes.h (due to weird SDK layering issues), which causes the test to fail to compile. Just don't #include stdio.h, as it's not needed for the test. llvm-svn: 323467
Loading
Please register or sign in to comment