VirtualBox

Changeset 74180 in vbox


Ignore:
Timestamp:
Sep 10, 2018 10:47:47 AM (6 years ago)
Author:
vboxsync
Message:

tstRTJson: nit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTJson.cpp

    r74179 r74180  
    3333#include <iprt/test.h>
    3434
    35 static const char *g_pszJson =
     35
     36/*********************************************************************************************************************************
     37*   Global Variables                                                                                                             *
     38*********************************************************************************************************************************/
     39static const char g_szJson[] =
    3640    "{\n"
    3741    "    \"integer\": 100,\n"
     
    308312
    309313    RTJSONVAL hJsonVal = NIL_RTJSONVAL;
    310     RTTEST_CHECK_RC_OK_RETV(hTest, RTJsonParseFromString(&hJsonVal, g_pszJson, NULL));
     314    RTTEST_CHECK_RC_OK_RETV(hTest, RTJsonParseFromString(&hJsonVal, g_szJson, NULL));
    311315
    312316    if (hJsonVal != NIL_RTJSONVAL)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette