diff options
Diffstat (limited to 'registry')
-rw-r--r-- | registry/test/regdiagnose.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/registry/test/regdiagnose.h b/registry/test/regdiagnose.h index 721db1d6c512..1ac6e92bb029 100644 --- a/registry/test/regdiagnose.h +++ b/registry/test/regdiagnose.h @@ -28,8 +28,8 @@ #define _REG_ENSURE(c, f, l, m) \ do \ { \ - if (!(c) && _OSL_GLOBAL osl_assertFailedLine(f, l, m)) \ - _OSL_GLOBAL osl_breakDebug(); \ + if (!(c) && :: osl_assertFailedLine(f, l, m)) \ + :: osl_breakDebug(); \ } while (0) |