mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Include thirdparty libraries with angle brackets (#5578)
This commit is contained in:
@@ -32,14 +32,16 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include "unit-json.h"
|
||||
#include "wpi/raw_istream.h"
|
||||
using wpi::json;
|
||||
|
||||
#include <valarray>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "wpi/raw_istream.h"
|
||||
|
||||
using wpi::json;
|
||||
|
||||
TEST(JsonDeserializationTest, SuccessfulStream)
|
||||
{
|
||||
std::string s = "[\"foo\",1,2,3,false,{\"one\":1}]";
|
||||
|
||||
Reference in New Issue
Block a user