aboutsummaryrefslogtreecommitdiff
path: root/glslc/test/option_dash_o.py
diff options
context:
space:
mode:
Diffstat (limited to 'glslc/test/option_dash_o.py')
-rw-r--r--glslc/test/option_dash_o.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glslc/test/option_dash_o.py b/glslc/test/option_dash_o.py
index 5b9ef45..cd7f1d1 100644
--- a/glslc/test/option_dash_o.py
+++ b/glslc/test/option_dash_o.py
@@ -92,7 +92,7 @@ class OutputFileBinaryAvoidsCRLFTranslation(expect.ReturnCodeIsZero,
num_newlines = len(newlines)
if num_newlines % 4 == 0:
return False, "Bad test. Need nontrivial number of newlines"
- if num_newlines != 2:
+ if num_newlines != 3:
return False, ("Update this test. Expected 3 newlines in the "
"binary, but found {}").format(num_newlines)
return self.verify_binary_length_and_header(bytes(status.stdout))