mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 00:11:07 -06:00
Tests: Stabilize include order in StringFileTest
This test generates a header file which is not self-contained. Include it in a separate block of includes so that tools that sort includes do not move it.
This commit is contained in:
committed by
Brad King
parent
7110b754fe
commit
eda313b485
@@ -1,5 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "OutputFile.h"
|
||||
|
||||
int main(int, char*[])
|
||||
|
||||
Reference in New Issue
Block a user