diff options
author | Brad King <brad.king@kitware.com> | 2015-05-22 15:24:18 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-05-22 15:24:18 -0400 |
commit | 771f1b00dc1e9422e543534ca2ea823c98b3e2be (patch) | |
tree | d03ae2d748632c1029d0cedfaf99357e839b174d /Tests/Visibility/bar.c | |
parent | ab55b3b5faac694c28d8725e235923803fb83a8d (diff) | |
download | cmake-771f1b00dc1e9422e543534ca2ea823c98b3e2be.tar.gz |
Tests: Rename Visibility{InlinesHidden =>}
We will soon generalize it to cover other visibility properties.
Diffstat (limited to 'Tests/Visibility/bar.c')
-rw-r--r-- | Tests/Visibility/bar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/Visibility/bar.c b/Tests/Visibility/bar.c new file mode 100644 index 0000000000..e425999867 --- /dev/null +++ b/Tests/Visibility/bar.c @@ -0,0 +1 @@ +void bar() {} |