summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/tests
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2012-07-10 13:37:06 -0700
committerIan Romanick <ian.d.romanick@intel.com>2012-07-10 14:46:25 -0700
commit4fae5e32d5272986e9e64303eadc974d57e7b3ed (patch)
treeef934adc375687d3833d1ae5b073a7de4f1a5e1d /src/mesa/main/tests
parent40742fa6864000d431b81c3769a3136b7ff4a0d1 (diff)
downloadexternal_mesa3d-4fae5e32d5272986e9e64303eadc974d57e7b3ed.zip
external_mesa3d-4fae5e32d5272986e9e64303eadc974d57e7b3ed.tar.gz
external_mesa3d-4fae5e32d5272986e9e64303eadc974d57e7b3ed.tar.bz2
mesa/test: Update name of GL_TIME_ELAPSED
4952caa caused the _EXT to fall off the name of this enum. This is fine. Update the unit test to expect the new value. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=51956
Diffstat (limited to 'src/mesa/main/tests')
-rw-r--r--src/mesa/main/tests/enum_strings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/tests/enum_strings.cpp b/src/mesa/main/tests/enum_strings.cpp
index afe51f6..7d46080 100644
--- a/src/mesa/main/tests/enum_strings.cpp
+++ b/src/mesa/main/tests/enum_strings.cpp
@@ -1285,7 +1285,7 @@ const struct enum_info everything[] = {
{ 0x88BB, "GL_BUFFER_ACCESS" },
{ 0x88BC, "GL_BUFFER_MAPPED" },
{ 0x88BD, "GL_BUFFER_MAP_POINTER" },
- { 0x88BF, "GL_TIME_ELAPSED_EXT" },
+ { 0x88BF, "GL_TIME_ELAPSED" },
{ 0x88C0, "GL_MATRIX0_ARB" },
{ 0x88C1, "GL_MATRIX1_ARB" },
{ 0x88C2, "GL_MATRIX2_ARB" },