Skip to content

Commit ca7bd80

Browse files
committed
Fail on purpose 2
1 parent e4a8ec7 commit ca7bd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/qualcomm/tests/test_qnn_delegate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3804,7 +3804,7 @@ def test_stories_single_llama(self):
38043804
if self.enable_x86_64:
38053805
cmds.extend(["--enable_x86_64"])
38063806

3807-
golden_start_with = "Once upon a time,"
3807+
golden_start_with = "wOnce upon a time,"
38083808
p = subprocess.Popen(cmds, stdout=subprocess.DEVNULL)
38093809
with Listener((self.ip, self.port)) as listener:
38103810
conn = listener.accept()

0 commit comments

Comments
 (0)