summaryrefslogtreecommitdiff
path: root/Tests/CMakeCommands/target_link_libraries/depC.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CMakeCommands/target_link_libraries/depC.h')
-rw-r--r--Tests/CMakeCommands/target_link_libraries/depC.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/CMakeCommands/target_link_libraries/depC.h b/Tests/CMakeCommands/target_link_libraries/depC.h
index 4d65c9eb35..01c9e06bb1 100644
--- a/Tests/CMakeCommands/target_link_libraries/depC.h
+++ b/Tests/CMakeCommands/target_link_libraries/depC.h
@@ -8,5 +8,4 @@ struct DEPC_EXPORT DepC
int foo();
DepA getA();
-
};