summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/tinycbor/tests/encoder/data.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2019-10-15 16:38:27 -0700
committerThiago Macieira <thiago.macieira@intel.com>2021-01-22 03:02:39 -0800
commitcbdf2ba46aed53d002b90d4d9683c28306f8e0a9 (patch)
tree65bf71abe419c47d3d6aeff1d794d742cb8a5f7b /src/3rdparty/tinycbor/tests/encoder/data.cpp
parente425a2a4b8dd469920eede57e9c4094523aa9ad7 (diff)
Update TinyCBOR
Updated to commit e6a4fa4862bcc3a6f6b07cf9d9b784d0ab6068b4. Pick-to: 6.0 Fixes: QTBUG-89650 Task-number: QTBUG-90214 Change-Id: I6edce5101800424a8093fffd15cdf6591cbf809d Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/3rdparty/tinycbor/tests/encoder/data.cpp')
-rw-r--r--src/3rdparty/tinycbor/tests/encoder/data.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/3rdparty/tinycbor/tests/encoder/data.cpp b/src/3rdparty/tinycbor/tests/encoder/data.cpp
index 995c54674d..df1471548e 100644
--- a/src/3rdparty/tinycbor/tests/encoder/data.cpp
+++ b/src/3rdparty/tinycbor/tests/encoder/data.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2018 Intel Corporation
+** Copyright (C) 2019 Intel Corporation
**
** Permission is hereby granted, free of charge, to any person obtaining a copy
** of this software and associated documentation files (the "Software"), to deal
@@ -22,8 +22,7 @@
**
****************************************************************************/
-#include <QTest>
-#include <QFloat16>
+#include <QtTest>
static float myNaNf()
{