aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/tests/lower_jumps/lower_breaks_6.opt_test.expected
diff options
context:
space:
mode:
Diffstat (limited to 'src/glsl/tests/lower_jumps/lower_breaks_6.opt_test.expected')
-rw-r--r--src/glsl/tests/lower_jumps/lower_breaks_6.opt_test.expected2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/tests/lower_jumps/lower_breaks_6.opt_test.expected b/src/glsl/tests/lower_jumps/lower_breaks_6.opt_test.expected
index 9adf8655f23..338d751e84d 100644
--- a/src/glsl/tests/lower_jumps/lower_breaks_6.opt_test.expected
+++ b/src/glsl/tests/lower_jumps/lower_breaks_6.opt_test.expected
@@ -5,7 +5,7 @@
(signature void (parameters)
((declare (temporary) bool break_flag)
(assign (x) (var_ref break_flag) (constant bool (0)))
- (loop () () () ()
+ (loop ()
((declare (temporary) bool execute_flag)
(assign (x) (var_ref execute_flag) (constant bool (1)))
(if (expression bool > (var_ref a) (constant float (0.0)))