summaryrefslogtreecommitdiffstats
path: root/test/tunicode.c
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-10-17 13:09:14 (GMT)
committerGitHub <noreply@github.com>2021-10-17 13:09:14 (GMT)
commit81af7d7f3a1ae148bf0816fb275e1a2365ab9deb (patch)
tree7cdb157c688cf313c3008c7e7b82861f7aade51c /test/tunicode.c
parentd1dd4a424685200b382185736e3435a6ae8e5505 (diff)
downloadhdf5-81af7d7f3a1ae148bf0816fb275e1a2365ab9deb.zip
hdf5-81af7d7f3a1ae148bf0816fb275e1a2365ab9deb.tar.gz
hdf5-81af7d7f3a1ae148bf0816fb275e1a2365ab9deb.tar.bz2
1 12 Merge Remove clang warnings from develop (#1097)
* Merge Remove clang warnings from develop * Correct test data typo
Diffstat (limited to 'test/tunicode.c')
-rw-r--r--test/tunicode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tunicode.c b/test/tunicode.c
index 1b696ac..7d4dba6 100644
--- a/test/tunicode.c
+++ b/test/tunicode.c
@@ -34,7 +34,7 @@
#define RANK 1
#define COMP_INT_VAL 7
#define COMP_FLOAT_VAL (-42.0F)
-#define COMP_DOUBLE_VAL 42.0F
+#define COMP_DOUBLE_VAL 42.0
/* Test function prototypes */
void test_fl_string(hid_t fid, const char *string);