mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 00:24:40 +00:00
assert to skip the rest
This commit is contained in:
parent
cc037f7306
commit
678fd2a3cc
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ TEST(WinMgr, BasicAPI)
|
||||||
{
|
{
|
||||||
PlatformWindowManager *pwm = CreatePlatformWindowManager();
|
PlatformWindowManager *pwm = CreatePlatformWindowManager();
|
||||||
|
|
||||||
EXPECT_TRUE(pwm)
|
ASSERT_TRUE(pwm)
|
||||||
<< "no monitor to test against!";
|
<< "no monitor to test against!";
|
||||||
|
|
||||||
// Check out the primary desktop area...
|
// Check out the primary desktop area...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue