shairai / angleproject

Automatically exported from code.google.com/p/angleproject
Other
0 stars 0 forks source link

Setting ANGLE_TEST_CONFIG doesn't affect compilerdebug.h #983

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set #define ANGLE_TEST_CONFIG

What is the expected output? What do you see instead?
Expected: UNIMPLEMENTED asserts are disabled
Actual: UNIMPLEMENTED asserts are not disabled in compiler

Suggested fix is to merge compilerdebug.h and debug.h

Original issue reported on code.google.com by oetu...@nvidia.com on 24 Apr 2015 at 1:15