glsl: Fix "make check" breakage after adding options to do_common_optimization. 62/6562/1
authorPaul Berry <stereotype441@gmail.com>
Mon, 13 May 2013 14:52:08 +0000 (07:52 -0700)
committerPaul Berry <stereotype441@gmail.com>
Mon, 13 May 2013 14:55:37 +0000 (07:55 -0700)
commitb0bb6103d23c16d23b0ec617746b4b0d1c22075d
tree2c1841143004c6bda6e7a95ab336ee3674c35e30
parente413d3f15ca72b82ca29e43f010597a83427d5e8
glsl: Fix "make check" breakage after adding options to do_common_optimization.

Commit b765740 (glsl: Pass struct shader_compiler_options into
do_common_optimization.) added a new parameter to
do_common_optimization() but didn't update test_optpass.cpp, causing
"make check" to break.

This patch makes the proper updates to test_optpass.cpp so that the
build succeeds again.
src/glsl/test_optpass.cpp